- Notifications
You must be signed in to change notification settings - Fork9
Fix CursorHold Performance.
License
NotificationsYou must be signed in to change notification settings
antoinemadec/FixCursorHold.nvim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
❗ This plugin is not needed afterneovim/neovim#20198 ❗
This plugin exists for two reasons:
- fix neovimCursorHold andCursorHoldI autocmd eventsperformance bug
- decoupleupdatetime fromCursorHold andCursorHoldI (works for Vim and Neovim)
1., fixes slowdowns and untriggered events
2., you can now use small delays forCursorHold without writing the swap file 10x/sec (see :help updatetime)
This will result in more snappiness for plugins using those events, such as:coc.nvim,vim-gitgutter,tagbar,vim-devicons,vim-polyglot, etc.
Make sure to have the following plugins in yourvimrc:
Plug'antoinemadec/FixCursorHold.nvim'" in millisecond, used for both CursorHold and CursorHoldI," use updatetime instead if not definedletg:cursorhold_updatetime=100
MIT
About
Fix CursorHold Performance.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors6
Uh oh!
There was an error while loading.Please reload this page.