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",