This commit is contained in:
2025-06-18 14:38:36 +01:00
commit 71b7bd7373
32 changed files with 1494 additions and 0 deletions

11
lua/plugins/oil.lua Normal file
View File

@ -0,0 +1,11 @@
return {
{
'stevearc/oil.nvim',
opts = {
skip_confirm_for_simple_edits = true,
},
keys = {
{ '<leader>fo', '<cmd>Oil --float<cr>', desc = 'Open oil' },
},
},
}