nixvim(files): install oil plugin

This commit is contained in:
Khaïs COLIN 2024-07-27 20:02:17 +02:00
parent b78836eed9
commit 4efde8d93f
2 changed files with 8 additions and 0 deletions

View file

@ -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
View file

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