fix nvim: 關閉圖片處理功能

This commit is contained in:
2025-04-29 12:21:46 +08:00
parent 6b8d7b79e3
commit db2699158b
2 changed files with 11 additions and 22 deletions

View File

@@ -1,12 +0,0 @@
return {{
"kjuq/sixelview.nvim",
opts = {
-- a table to specify what files should be viewed by this plugin
pattern = {},
-- whether to show an image automatically when an image buffer is opened
auto = true,
-- time of delay before showing image
-- try setting this duration longer if you have a trouble showing image
delay_ms = 100,
},
}}