fix nvim: neo-tree 暫時關閉圖片預覽(目前功能是壞的)
This commit is contained in:
parent
3519892943
commit
b3ef08caf3
@ -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",
|
||||
["<cr>"] = "open",
|
||||
["<esc>"] = "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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user