fixed fyler config

This commit is contained in:
2025-12-07 00:04:29 +01:00
parent bf226cdaca
commit b177ef0d5d

View File

@@ -5,13 +5,17 @@ return {
}, },
branch = 'stable', branch = 'stable',
opts = { opts = {
default_explorer = true, views = {
icon_provider = 'nvim_web_devicons', default_explorer = true,
confirm_simple = true, confirm_simple = true,
mappings = {
['C-d'] = 'SelectVSplit',
['C-s'] = 'SelectSplit',
}, },
integrations = {
icon = 'nvim_web_devicons', -- default
},
-- mappings = {
-- ['C-d'] = 'SelectVSplit',
-- ['C-s'] = 'SelectSplit',
-- },
}, },
keys = { keys = {
{ '-', function() require('fyler').open() end, desc = 'Open Fyler' }, { '-', function() require('fyler').open() end, desc = 'Open Fyler' },