fix lots of nixvim warnings

This commit is contained in:
gwg313 2025-03-23 13:49:03 -04:00
parent 2446716e8f
commit fe4380c766
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
20 changed files with 535 additions and 358 deletions

View file

@ -1,8 +1,11 @@
{...}: {
{ ... }:
{
programs.nixvim = {
plugins.navic = {
enable = true;
lsp.autoAttach = true;
settings = {
lsp.autoAttach = true;
};
};
};
}