oil.nvim plugin

This commit is contained in:
Sam 2024-07-15 21:30:24 +01:00
parent 959d734fd1
commit 7440a6662f
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,7 @@
./alpha.nix
./fold.nix
./todo-comments.nix
./oil.nix
];
# Load Plugins that aren't provided as modules by nixvim

View File

@ -0,0 +1,5 @@
{
programs.nixvim.plugins.oil = {
enable = true;
};
}