Dotfiles/site-modules/core/files/vim/plugin
Ade Attwood e93f9864b5 feat(vim): override the cspell linter for better integration
This will now use a custom config file `$HOME/.cspell.json` that will
use a custom dictionary for my own words. This will have things like my
name so cspell stop telling me I spelt my name wrong.

Will also add the `--language-id` flag with the current filetype, so it
can match language specific words.
2022-11-15 20:08:40 +00:00
..
colors.vim chore(pp): go dark mode 2022-10-01 11:42:10 +01:00
comments.lua feat(vim): start moving back 2022-06-12 20:25:17 +01:00
completion.lua fix(vim): add binding to jump between snippet placeholders 2022-10-01 11:44:37 +01:00
file-ops.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
fmt.vim feat(vim): split out and refactor format on save so it can be toggled 2022-11-15 20:05:39 +00:00
lint.lua feat(vim): override the cspell linter for better integration 2022-11-15 20:08:40 +00:00
lsp.lua feat(vim): add the rust_analyzer lsp 2022-09-08 20:52:59 +01:00
org.lua fix(vim): treesitter highlighting to org files 2022-07-31 20:43:31 +01:00
run.vim feat(vim): add in the old run plugin 2022-07-07 19:50:31 +01:00
snippets.lua feat(vim): start moving back 2022-06-12 20:25:17 +01:00
status-line.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
treesitter.lua fix(vim): remove treesitter for indenting and go back to native 2022-09-08 20:53:32 +01:00