init
This commit is contained in:
commit
f22207f3e2
16 changed files with 988 additions and 0 deletions
16
config/plugins/lsp.nix.bak
Normal file
16
config/plugins/lsp.nix.bak
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
tsserver.enable = true;
|
||||
|
||||
lua-ls.enable = true;
|
||||
|
||||
rust-analyzer = {
|
||||
enable = true;
|
||||
installCargo = true;
|
||||
installRustc = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue