feat: added harpoon and oil
This commit is contained in:
parent
c98e3cf316
commit
2a7c1c70cd
4 changed files with 52 additions and 215 deletions
13
lua/custom/plugins/oil.lua
Normal file
13
lua/custom/plugins/oil.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
'stevearc/oil.nvim',
|
||||
opts = {},
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
opts = {},
|
||||
},
|
||||
config = function()
|
||||
require('oil').setup()
|
||||
|
||||
vim.keymap.set('n', '<leader>pv', '<CMD>Oil<CR>', { desc = 'Open parent directory' })
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue