i am a fucking idiot i didnt enable the lsp support
This commit is contained in:
parent
24d256c3dc
commit
8c827aae95
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
nixvim,
|
||||
nix-formatter-pack,
|
||||
|
|
@ -46,7 +47,7 @@
|
|||
extraSpecialArgs =
|
||||
specialArgs
|
||||
// {
|
||||
inherit pkgs;
|
||||
inherit pkgs self;
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
|
|
@ -61,5 +61,8 @@
|
|||
|
||||
# commenting related plugin
|
||||
comment.enable = true;
|
||||
|
||||
# lsp support
|
||||
lsp.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue