Dotfiles/site-modules/core
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
..
files refactor(vim): update when the linters run 2023-11-04 07:53:36 +00:00
lib refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
manifests fix(pp): syntax error that was preventing a install 2023-06-02 18:00:55 +01:00
templates chore(tmux): move themes to base16-tmux 2023-04-25 20:56:48 +01:00