I use nvim as my editor for git commit. In a gitcommit buffer, when I go into insert mode, it took 2 or 3 sec to receive feedback of what I typed. Other modes are fine. I had to use replace mode to write my commit message. I’m not sure if this is related to the repository itself, my nvim config, or something related to my system.
Here is some info:
nvim:
NVIM v0.6.0
Build type: Release
LuaJIT 2.0.5
Compiled by builduser
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
system:
x86_64 GNU/Linux
Os: artixlinux
in terms of my nvim config, I’m not sure what to post here
A list of the plugins you use might be helpful. I would imagine there is one that is using a FileType:h autocmd to attach to a gitcommit buffer and doing something like trying to list all remote branches for completion or something similar.