From b3ef08caf359ed120fe5154623d121c57cc155cf Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Thu, 1 May 2025 18:24:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=20nvim:=20neo-tree=20=E6=9A=AB=E6=99=82?= =?UTF-8?q?=E9=97=9C=E9=96=89=E5=9C=96=E7=89=87=E9=A0=90=E8=A6=BD=EF=BC=88?= =?UTF-8?q?=E7=9B=AE=E5=89=8D=E5=8A=9F=E8=83=BD=E6=98=AF=E5=A3=9E=E7=9A=84?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua b/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua index de604f2..e05b1ad 100644 --- a/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua +++ b/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua @@ -20,6 +20,7 @@ return { "nvim-lua/plenary.nvim", "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended "MunifTanjim/nui.nvim", + -- "3rd/image.nvim", -- {"3rd/image.nvim", -- build = false, -- opts = { @@ -222,7 +223,7 @@ return { ["<2-LeftMouse>"] = "open", [""] = "open", [""] = "cancel", -- close preview or floating neo-tree window - ["P"] = { "toggle_preview", config = { use_float = true, use_image_nvim = true } }, + ["P"] = { "toggle_preview", config = { use_float = true, use_image_nvim = false } }, -- Read `# Preview Mode` for more information ["l"] = "focus_preview", ["S"] = "open_split",