Replace oil with fyler

This commit is contained in:
2025-09-28 21:48:05 +02:00
parent 49eeed691f
commit b0d609d189
3 changed files with 20 additions and 36 deletions

19
lua/plugins/fyler.lua Normal file
View File

@@ -0,0 +1,19 @@
return {
'A7Lavinraj/fyler.nvim',
dependencies = {
'nvim-tree/nvim-web-devicons',
},
branch = 'stable',
opts = {
default_explorer = true,
icon_provider = 'nvim_web_devicons',
mappings = {
['C-d'] = 'SelectVSplit',
['C-s'] = 'SelectSplit',
},
},
keys = {
{ '-', function() require('fyler').open() end, desc = 'Open Fyler' },
},
cmd = { 'Fyler' },
}