Dotfiles/site-modules/core/files/vim
Ade Attwood 11dc038c50 refactor(vim): update when the linters run
Move the linters to run on BufReadPost instead of BufEnter. This was
running the linters whenever a buffer opened, when jumping around
quickly with <CTRL-i> and <CTRL-o> this would cause the linters to run a
lot when there were not needed. Now were are only running them once when
the buffer is read from disk.

Adds a custom function that will add cspell to all of the filetypes.
This will then only run `try_lint` once to improve the performance. Now
neoformat has gone fully async. When calling `try_lint` one after the
other, the first processes were getting canceled.
2023-11-04 07:53:36 +00:00
..
after feat(vim): improve markdown editing with long wrapping lines 2023-11-04 07:20:10 +00:00
ftplugin feat(vim): add prr plugin for a better code review experience 2023-10-15 15:40:41 +01:00
plugin refactor(vim): update when the linters run 2023-11-04 07:53:36 +00:00
snippets/snippets chore(vim): add some erb snippets 2023-08-21 10:30:24 +01:00
spell refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
init.vim refactor(vim): don't highlight search results 2023-11-04 07:28:30 +00:00