i am a fucking idiot i didnt enable the lsp support

This commit is contained in:
Osman Faruk Bayram 2025-03-22 23:30:16 +03:00
parent 24d256c3dc
commit 8c827aae95
2 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,7 @@
};
outputs = {
self,
nixpkgs,
nixvim,
nix-formatter-pack,
@ -46,7 +47,7 @@
extraSpecialArgs =
specialArgs
// {
inherit pkgs;
inherit pkgs self;
};
};
in {

View file

@ -61,5 +61,8 @@
# commenting related plugin
comment.enable = true;
# lsp support
lsp.enable = true;
};
}