From b177ef0d5d845f4c5657f1f84ae67b5997ed3690 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sun, 7 Dec 2025 00:04:29 +0100 Subject: [PATCH] fixed fyler config --- lua/plugins/fyler.lua | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lua/plugins/fyler.lua b/lua/plugins/fyler.lua index eff3366..bd8647d 100644 --- a/lua/plugins/fyler.lua +++ b/lua/plugins/fyler.lua @@ -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' },