Files
dotfiles/.config/vim
Julian Prein 762089cbee vim:autocmd: Use matchadd to Highlight cword
Use `matchadd` instead of `match` as it has no limit on the number of
highlights.

Also call the function every time the cursor moved instead of only when
holding. This makes it snappier while also keeping the highlight when
moving inside the cword.
2022-11-21 15:46:50 +01:00
..
2022-10-09 19:51:03 +02:00
2022-08-25 04:27:51 +02:00