feat: install oil plugin for nvim

https://github.com/stevearc/oil.nvim
This commit is contained in:
wi11-holdsworth 2025-10-02 01:13:06 +10:00
parent 74337bf97d
commit ffd3829d70

View file

@ -93,6 +93,9 @@ in
# status bar
lualine.enable = true;
# perform file system operations inside of neovim
oil.enable = true;
# syntax highlighting
treesitter.enable = true;
};