Files
my-nvim/lua/crentist/lazy/oil.lua
2025-10-13 17:42:38 +03:00

17 lines
333 B
Lua

return {
'stevearc/oil.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
view_options = {
show_hidden = true,
},
keymaps = {
['<C-h>'] = false,
['<C-j>'] = false,
['<C-k>'] = false,
['<C-l>'] = false,
}
},
}