oil: formatting

This commit is contained in:
2025-10-13 17:42:38 +03:00
parent 2178d4f312
commit 79a572e033

View File

@@ -1,10 +1,7 @@
return {
'stevearc/oil.nvim',
-- Optional dependencies
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {},
config = function()
require('oil').setup({
opts = {
view_options = {
show_hidden = true,
},
@@ -14,7 +11,6 @@ return {
['<C-k>'] = false,
['<C-l>'] = false,
}
})
end
},
}