| Age | Commit message (Collapse) | Author |
|
|
|
Does not work well for markdown inline links.
|
|
|
|
Visual selection is barely visible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It also increases the Neovim startup time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Disable ALE for C++/C linting since we use ccls.
|
|
|
|
See https://jdhao.github.io/2020/11/23/neovim_better_mapping_for_leaving_insert_mode/.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Usage:
select current URL: viu
yank current URL: yiu
delete/change current URL: diu/ciu
|
|
For git project, diagnostics and git gutter sign may fight each other if
sign column is not wide enough.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See also https://github.com/neovim/neovim/issues/8796
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|