:s/rnix-lsp/nil
This commit is contained in:
parent
7b8535e3d8
commit
8c0eff23c1
2 changed files with 5 additions and 3 deletions
|
|
@ -31,10 +31,11 @@
|
|||
"git.addGBlameToVirtualText": true,
|
||||
"languageserver": {
|
||||
"nix": {
|
||||
"command": "rnix-lsp",
|
||||
"command": "nil",
|
||||
"filetypes": [
|
||||
"nix"
|
||||
]
|
||||
],
|
||||
"rootPatterns": ["flake.nix"]
|
||||
},
|
||||
"csharp-ls": {
|
||||
"command": "csharp-ls",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
lazygit
|
||||
nodejs # coc-nvim
|
||||
yarn # coc-nvim
|
||||
inputs.rnix-lsp.packages."${pkgs.system}".rnix-lsp
|
||||
#inputs.rnix-lsp.packages."${pkgs.system}".rnix-lsp
|
||||
nil
|
||||
|
||||
# lsp
|
||||
shfmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue