Dotfiles/site-modules/core/files/vim
Ade Attwood 984aee9a44 fix(vim): split out document highlight and diagnostic float auto commands
This was an issue when editing files that don't have an lsp server. The
document highlight is only enabled for lsp's. This splits out the
highlighting and the diagnostic float into two separate auto commands.
The document highlight is now only enabled when the lsp is registered.

The diagnostic float is now enabled for all files. This is because the
the vim diagnostics are used for lots of other things like spell checking
and codelimate.
2023-05-16 19:27:45 +01:00
..
after chore(vim): move ftplugin to be loaded after 2023-04-25 20:54:56 +01:00
ftplugin chore(vim): move ftplugin to be loaded after 2023-04-25 20:54:56 +01:00
plugin fix(vim): split out document highlight and diagnostic float auto commands 2023-05-16 19:27:45 +01:00
snippets/snippets chore(vim): add co authored by snippet 2023-03-16 20:47:05 +00:00
spell refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
init.vim fix(vim): add cr to the end of open so it actually works 2023-04-25 21:14:52 +01:00