woohooo
This commit is contained in:
commit
085347ddac
49 changed files with 1931 additions and 0 deletions
7
lua/plugins/oil.lua
Normal file
7
lua/plugins/oil.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'stevearc/oil.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
config = function()
|
||||
require 'custom.oil_config'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue