my stupid ass forgor the file import...
This commit is contained in:
parent
168f9fe056
commit
90257dc9a5
4 changed files with 14 additions and 3 deletions
|
@ -12,7 +12,11 @@
|
|||
asm_lsp.enable = true;
|
||||
gopls.enable = true;
|
||||
java_language_server.enable = true;
|
||||
rust-analyzer.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installRustc = true;
|
||||
installCargo = true;
|
||||
};
|
||||
nil_ls.enable = true;
|
||||
marksman.enable = true;
|
||||
};
|
||||
|
@ -74,6 +78,8 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
lualine.enable = true;
|
||||
|
||||
neotest = {
|
||||
enable = true;
|
||||
adapters = {
|
||||
|
@ -83,5 +89,7 @@
|
|||
go.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
lsp-lines.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue