Added nixvim as a flake input in flake.nix Added plugin definitions ini home-manager/stvnliu/nixvim/ Added configuration options for easy toggling for editors
7 lines
110 B
Nix
7 lines
110 B
Nix
{
|
|
plugins.nvim-tree = {
|
|
enable = true;
|
|
openOnSetupFile = true;
|
|
autoReloadOnWrite = true;
|
|
};
|
|
}
|