Rust LSP
This commit is contained in:
parent
f0b24aeb19
commit
666c8ae605
|
@ -2,6 +2,18 @@
|
|||
plugins = {
|
||||
lualine.enable = true;
|
||||
};
|
||||
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installRustc = false;
|
||||
installCargo = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings.flavor = "frappe";
|
||||
|
|
Loading…
Reference in New Issue
Block a user