9 lines
114 B
Nix
9 lines
114 B
Nix
|
{
|
||
|
"languageserver" = {
|
||
|
"nix" = {
|
||
|
"command" = "rnix-lsp";
|
||
|
"filetypes" = [ "nix" ];
|
||
|
};
|
||
|
};
|
||
|
}
|