add rnix-lsp
This commit is contained in:
parent
ccd7edea5d
commit
345c716052
1 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,16 @@
|
|||
enable = true;
|
||||
coc = {
|
||||
enable = true;
|
||||
settings = {
|
||||
languageserver = {
|
||||
nix = {
|
||||
command = "${pkgs.rnix-lsp}/bin/rnix-lsp";
|
||||
filetypes = [
|
||||
"nix"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
set tabstop=4
|
||||
|
|
Loading…
Reference in a new issue