feat: add oil - noice 🔥
This commit is contained in:
parent
3b6204cfd1
commit
38c554eb1c
5 changed files with 143 additions and 35 deletions
10
lua/custom/plugins/oil.lua
Normal file
10
lua/custom/plugins/oil.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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