We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
winfixbuf
In my case, using vim.schedule fixed this
vim.schedule
Ref: kawre/leetcode.nvim#141
-- Run this file as `nvim --clean -u minimal.lua` for name, url in pairs({ -- ADD PLUGINS _NECESSARY_ TO REPRODUCE THE ISSUE, e.g: -- 'https://github.com/author1/plugin1', -- 'https://github.com/author2/plugin2', }) do local install_path = vim.fn.fnamemodify("nvim_issue/" .. name, ":p") if vim.fn.isdirectory(install_path) == 0 then vim.fn.system({ "git", "clone", "--depth=1", url, install_path }) end vim.opt.runtimepath:append(install_path) end -- ADD INIT.LUA SETTINGS _NECESSARY_ FOR REPRODUCING THE ISSUE vim.api.nvim_set_option_value("winfixbuf", true, {})
.
v0.10.2
no, 9.1.785
6.11.5-arch1-1
kitty
xterm-kitty
pacman
original issue: neovim/neovim#30976
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
In my case, using
vim.schedule
fixed thisRef: kawre/leetcode.nvim#141
Steps to reproduce
Expected behavior
.
Nvim version (nvim -v)
v0.10.2
Vim (not Nvim) behaves the same?
no, 9.1.785
Operating system/version
6.11.5-arch1-1
Terminal name/version
kitty
$TERM environment variable
xterm-kitty
Installation
pacman
original issue: neovim/neovim#30976
The text was updated successfully, but these errors were encountered: