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