Enable nix plugin for neovim.

This commit is contained in:
2024-09-16 12:15:41 +01:00
parent 268ca5ce4f
commit 0b25c21472

View File

@@ -49,6 +49,10 @@
expandtab = true; expandtab = true;
shiftround = true; shiftround = true;
}; };
plugins = {
nix.enable = true;
};
}; };
tmux = { tmux = {