Add oilnvim

This commit is contained in:
Brad 2024-04-17 07:03:14 -04:00
parent da6943bdbb
commit dfa17c7189
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,11 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {
'stevearc/oil.nvim',
opts = {},
-- Optional dependencies
dependencies = { 'nvim-tree/nvim-web-devicons' },
}