Files
neovim/runtime/lua/vim
Jaehwang Jung ffb340bf63 fix(treesitter): update folds only once on InsertLeave
Problem:
With treesitter fold, InsertLeave can be slow, because a single session
of insert mode may schedule multiple fold updates in on_bytes and
on_changedtree.

Solution:
Don't create duplicate autocmds.
2023-08-29 10:02:02 +02:00
..
2023-08-27 13:07:04 +01:00
2023-08-07 16:27:53 +01:00
2023-08-08 11:58:29 +01:00
2023-07-21 13:36:57 +02:00