11 lines
149 B
Nix
11 lines
149 B
Nix
{ ... }:
|
|
{
|
|
programs.nixvim = {
|
|
plugins.navic = {
|
|
enable = true;
|
|
settings = {
|
|
lsp.autoAttach = true;
|
|
};
|
|
};
|
|
};
|
|
}
|