adding oil and commenting out nvim-tree for now
This commit is contained in:
parent
c855a9f597
commit
198cc65eb6
3 changed files with 28 additions and 5 deletions
11
lua/lornest/plugins/oil.lua
Normal file
11
lua/lornest/plugins/oil.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'stevearc/oil.nvim',
|
||||
opts = {},
|
||||
-- Optional dependencies
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
require('oil').setup {
|
||||
vim.keymap.set("n", "-", "<CMD>Oil<CR>", { desc = "Open parent directory" })
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue