Add oilnvim
This commit is contained in:
parent
da6943bdbb
commit
dfa17c7189
2 changed files with 14 additions and 0 deletions
11
lua/custom/plugins/oilnvim.lua
Normal file
11
lua/custom/plugins/oilnvim.lua
Normal 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' },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue