pkgs(nixvim): Add basic lsp support for nix language
This commit is contained in:
parent
419edec01f
commit
cdf7e9908a
1 changed files with 9 additions and 0 deletions
|
|
@ -1,2 +1,11 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
|
plugins.lspconfig.enable = true;
|
||||||
|
lsp = {
|
||||||
|
inlayHints.enable = true;
|
||||||
|
servers = {
|
||||||
|
nixd = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue