Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling becomes noticably slower in recent versions #89

Closed
Bekaboo opened this issue Nov 25, 2023 · 1 comment
Closed

Scrolling becomes noticably slower in recent versions #89

Bekaboo opened this issue Nov 25, 2023 · 1 comment

Comments

@Bekaboo
Copy link

Bekaboo commented Nov 25, 2023

Thanks for making image.nvim, it is awesome. I just updated the plugin and noticed that it has become much slower than before:

Scrolling with image.nvim using commit 1650ecc:

2023-11-26.00-22-52.mp4

Scrolling with image.nvim using commit 0ed70e2:

2023-11-26.00-23-38.mp4

Plugin config:

package.path = table.concat({
  package.path,
  vim.fs.normalize('~/.luarocks/share/lua/5.1/?/init.lua'),
  vim.fs.normalize('~/.luarocks/share/lua/5.1/?.lua'),
}, ';')

require('image').setup({
  backend = 'kitty',
  window_overlap_clear_enabled = true,
  tmux_show_only_in_active_window = true,
  window_overlap_clear_ft_ignore = {},
  max_width_window_percentage = 80,
  max_height_window_percentage = 30,
})

Neovim version:

NVIM v0.10.0-dev-1627+g879617c9bb
Build type: Release
LuaJIT 2.1.1700008891

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info

OS: Arch linux Linux 6.1.63-1-lts

Terminal: kitty 0.31.0 + tmux 3.3a

@3rd
Copy link
Owner

3rd commented Nov 25, 2023

fixed in 2aad3ad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants