ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.24k stars 109 forks source link

Solve the problem of ‘gcc' comment mapping not work. #154

Closed Ya2gLu closed 1 year ago

Ya2gLu commented 1 year ago

When I pulled repo, I found that the ‘GCC’ mapping did not work:

Peek 2023-06-26 11-15 So I searched the question and found that the 'timeoutlen' field in my Neovim's options.Lua must be greater than 200, as the author said, it seems to be 200 or does not work. here is

After I set the "timeoutlen" to 500, it can work. Peek 2023-06-26 11-30 Hope to help people who have doubts about this _(:з」∠)_