nixvim(files): install oil plugin
This commit is contained in:
parent
b78836eed9
commit
4efde8d93f
2 changed files with 8 additions and 0 deletions
|
|
@ -8,7 +8,10 @@
|
||||||
# appearence
|
# appearence
|
||||||
./bufferline.nix
|
./bufferline.nix
|
||||||
./lualine.nix
|
./lualine.nix
|
||||||
|
|
||||||
|
# file and search utilities
|
||||||
./telescope.nix
|
./telescope.nix
|
||||||
|
./oil.nix
|
||||||
|
|
||||||
# language support & lsp
|
# language support & lsp
|
||||||
./lsp.nix
|
./lsp.nix
|
||||||
|
|
|
||||||
5
nixvim/config/oil.nix
Normal file
5
nixvim/config/oil.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
plugins.oil = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue