add more plugins, change some keybinds
This commit is contained in:
9
lua/crentist/lazy/oil.lua
Normal file
9
lua/crentist/lazy/oil.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
'stevearc/oil.nvim',
|
||||
-- Optional dependencies
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {},
|
||||
config = function ()
|
||||
require("oil").setup()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user