fix(nvim): only load 'image.nvim' load on 'KITTY_WINDOW_ID'
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
if not vim.env.KITTY_WINDOW_ID then return end
|
||||
|
||||
require("image").setup({
|
||||
backend = "kitty",
|
||||
kitty_method = "normal",
|
||||
|
||||
Reference in New Issue
Block a user