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',
opts = {
default_explorer = true,
icon_provider = 'nvim_web_devicons',
confirm_simple = true,
mappings = {
['C-d'] = 'SelectVSplit',
['C-s'] = 'SelectSplit',
views = {
default_explorer = true,
confirm_simple = true,
},
integrations = {
icon = 'nvim_web_devicons', -- default
},
-- mappings = {
-- ['C-d'] = 'SelectVSplit',
-- ['C-s'] = 'SelectSplit',
-- },
},
keys = {
{ '-', function() require('fyler').open() end, desc = 'Open Fyler' },