📦 Initial Commit
This commit is contained in:
parent
5125fd927a
commit
e77acb091e
23 changed files with 516 additions and 24 deletions
6
lua/custom/plugins/oil.lua
Normal file
6
lua/custom/plugins/oil.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'stevearc/oil.nvim',
|
||||
opts = {},
|
||||
-- Optional dependencies
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue