FEAT: conform and oil added
Changes - Removed hardtime ( messages were too annoying) - Cleaned up key mappings file - Disabled Lazy loading - Added Oil and conform
This commit is contained in:
14
lua/barink/plugins/oil.lua
Normal file
14
lua/barink/plugins/oil.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
'stevearc/oil.nvim',
|
||||
opts = {},
|
||||
dependencies = {"nvim-tree/nvim-web-devicons"},
|
||||
config = function ()
|
||||
require("oil").setup(
|
||||
{
|
||||
default_file_explorer=false
|
||||
}
|
||||
)
|
||||
vim.keymap.set("n", "-", "<CMD>Oil<CR>", { desc = "Open parent directory"})
|
||||
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user