Configures nix language server
This commit is contained in:
parent
d285aed7e8
commit
de08491d62
3 changed files with 7 additions and 0 deletions
5
home/modules/nvim/config/lsp/nil_ls.lua
Normal file
5
home/modules/nvim/config/lsp/nil_ls.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
cmd = { "nil" },
|
||||
filetypes = { "nix" },
|
||||
root_markers = { "flake.nix", ".git" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue