From 478fc61ba5c560d2dd4756357536c6f88174d4c1 Mon Sep 17 00:00:00 2001 From: MaasOedipa Date: Thu, 18 Dec 2025 19:42:01 +0100 Subject: [PATCH] tried changing some neotree options but they are really strict, really just made some keybinds more explicit --- lua/custom/plugins/neo-tree.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/custom/plugins/neo-tree.lua b/lua/custom/plugins/neo-tree.lua index 1d0fbebd..ebc25ade 100644 --- a/lua/custom/plugins/neo-tree.lua +++ b/lua/custom/plugins/neo-tree.lua @@ -25,6 +25,13 @@ return { window = { mappings = { ['\\'] = 'close_window', + ['P'] = { + 'toggle_preview', + config = { + width = '10%', + }, + }, + ['l'] = 'focus_preview', }, position = 'left', width = '20',