-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version confirmation
- Confirm
Following prerequisites
- Confirm
Not a user config issue
- Confirm
Neovim version
NVIM v0.11.4 Build type: Release LuaJIT 2.1.1741730670 Run "nvim -V1 -v" for more info
Operating system/version
ubuntu 20.04
Terminal name/version
xshell和vscode terminal
$TERM environment variable
No response
Branch info
main (Default/Latest)
Fetch Preferences
SSH (use_ssh = true)
How to reproduce the issue
如图,打开nvim 后,o 添加一行后,ESC ,ZZ 退出就会出现,需要再次使用nvim 编辑才会正常
Expected behavior
编辑后ESC ,ZZ 退出不应该有残留
Actual behavior
No response
Additional information
不知道其他人有没有遇到这个问题。
官方不再发布deb包,所以nvim是我在0.11.4发布后,clone后手动make 编辑的。
我最开始是更新到0.11.3出现此问题,马上退回0.11.2;之后更新到0.11.4同样出现,同时我发现使用lazyvim配置没有问题,所以觉得是配置的问题。
我不用go, rust,所以我使用的是基于nvimdots,添加、禁用了几个插件,目前我通过注释找到的原因是
{
"DrKJeff16/project.nvim",
event = { "CursorHold", "CursorHoldI" },
config = require("tool.project"),
},
注释了 event = { "CursorHold", "CursorHoldI" }, 后问题基本不出现。
我又尝试了最新版 2ba4d5913 的配置,仅注释了几个go的lsp(下载太慢),问题还会出现,所以我可能没有找到真正的原因。
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working