oil.nvim plugin
This commit is contained in:
parent
959d734fd1
commit
7440a6662f
|
@ -16,6 +16,7 @@
|
||||||
./alpha.nix
|
./alpha.nix
|
||||||
./fold.nix
|
./fold.nix
|
||||||
./todo-comments.nix
|
./todo-comments.nix
|
||||||
|
./oil.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Load Plugins that aren't provided as modules by nixvim
|
# Load Plugins that aren't provided as modules by nixvim
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
programs.nixvim.plugins.oil = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue