8 lines
117 B
Nix
8 lines
117 B
Nix
{...}: {
|
|
programs.nixvim = {
|
|
plugins.navic = {
|
|
enable = true;
|
|
lsp.autoAttach = true;
|
|
};
|
|
};
|
|
}
|