All Projects → antoinemadec → FixCursorHold.nvim

antoinemadec / FixCursorHold.nvim

Licence: MIT License
Fix CursorHold Performance.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to FixCursorHold.nvim

DupeFix-Project
A mod for Minecraft 1.12.2 that fixes dupes in other mods.
Stars: ✭ 32 (-81.82%)
Mutual labels:  fix
backend
Bitex Python crypto exchange backend
Stars: ✭ 23 (-86.93%)
Mutual labels:  fix
imageorient
Go image decoding with respect to the EXIF orientation tag
Stars: ✭ 62 (-64.77%)
Mutual labels:  fix
sass-lint-auto-fix
Automatically resolve s(a|c)ss linting issues
Stars: ✭ 93 (-47.16%)
Mutual labels:  fix
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (-28.41%)
Mutual labels:  fix
persian
Some utilities for Persian language in Go (Golang)
Stars: ✭ 65 (-63.07%)
Mutual labels:  fix
fix4log4j
No description or website provided.
Stars: ✭ 21 (-88.07%)
Mutual labels:  fix
fix
FIX library for crystal
Stars: ✭ 12 (-93.18%)
Mutual labels:  fix
silly-android
Android plugins for Java, making core Android APIs easy to use
Stars: ✭ 40 (-77.27%)
Mutual labels:  fix
fix-decoder
Unravels FIX messages into human readable tables
Stars: ✭ 71 (-59.66%)
Mutual labels:  fix
FsFIX
an F# FIX engine
Stars: ✭ 22 (-87.5%)
Mutual labels:  fix
FullFIX
A library for parsing FIX (Financial Information eXchange) protocol messages.
Stars: ✭ 60 (-65.91%)
Mutual labels:  fix
fixparser
FIX5.0SP2 parser.
Stars: ✭ 50 (-71.59%)
Mutual labels:  fix
Manhunt-fix-Windows-10
Manhunt fix for Windows 10 Updated for Windows 10 latest versions
Stars: ✭ 24 (-86.36%)
Mutual labels:  fix
panzerlop
Configuration Guides for fixing things in Linux, Proton & KDE
Stars: ✭ 23 (-86.93%)
Mutual labels:  fix
pyfixmsg
pyfixmsg is a library for parsing, manipulating and serialising FIX messages, primarily geared towards testing.
Stars: ✭ 50 (-71.59%)
Mutual labels:  fix
fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (-79.55%)
Mutual labels:  fix
Windows11DragAndDropToTaskbarFix
"Windows 11 Drag & Drop to the Taskbar (Fix)" fixes the missing "Drag & Drop to the Taskbar" support in Windows 11. It works with the new Windows 11 taskbar and does not require nasty changes like UndockingDisabled or restoration of the classic taskbar.
Stars: ✭ 1,089 (+518.75%)
Mutual labels:  fix
TradingMachine
TradingMachine is a mini-trading system simulation, whose components (market data and order feeds, FIX acceptor and initiator, back-end for filled orders) interact by queues and topics.
Stars: ✭ 26 (-85.23%)
Mutual labels:  fix
fix-rust
FIX (Financial Information Exchange) client in Rust
Stars: ✭ 16 (-90.91%)
Mutual labels:  fix

Fix CursorHold Performance

Rationale

This plugin exists for two reasons:

  1. fix neovim CursorHold and CursorHoldI autocmd events performance bug
  2. decouple updatetime from CursorHold and CursorHoldI (works for Vim and Neovim)

1., fixes slowdowns and untriggered events

2., you can now use small delays for CursorHold 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-gutter, tagbar, vim-devicons, vim-polyglot, etc.

Installation

Make sure to have the following plugins in your vimrc:

Plug 'antoinemadec/FixCursorHold.nvim'

Configuration

" in millisecond, used for both CursorHold and CursorHoldI,
" use updatetime instead if not defined
let g:cursorhold_updatetime = 100

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].