nixvim(lsp): enable lsp & nixlang lsp server
This commit is contained in:
parent
ea14e39241
commit
9e485bf5ff
3 changed files with 12 additions and 2 deletions
9
nixvim/config/lsp.nix
Normal file
9
nixvim/config/lsp.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
inlayHints = true;
|
||||
servers = {
|
||||
nixd.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue