Skip to content

Commit

Permalink
[neovim] Install oil-nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Sep 19, 2024
1 parent 30c0b5d commit 3097e48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
./plugins/treesitter
./plugins/which-key
./plugins/whitespace
] ++ [
{
plugin = pkgs.vimPlugins.oil-nvim;
config = ''
require("oil").setup()
'';
type = "lua";
}
];
viAlias = true;
vimAlias = true;
Expand Down

0 comments on commit 3097e48

Please sign in to comment.