Dotfiles/site-modules/core/files/vim/plugin
Ade Attwood 7f95ee24f8 refactor(vim): move to eslint_d from eslint
Eslint has become slow for some projects for reasons unknown. In an
attempt to speed up my linting process, I'm experimenting with eslint_d,
which keeps a process running. For the time being, I'd like to keep
linting and formatting separate from the Language Server Protocol (LSP)
to avoid the need to install every LSP. This way, I can have `shfmt`
without the bash LSP, for example.

For JavaScript, I may consider moving this into an LSP since I use it
for work, which would justify combining responsibilities. However, for
now, I'll be giving eslint_d a try.
2023-11-08 07:56:41 +00:00
..
codeclimate.lua feat(vim): add codeclimate plugin 2022-11-15 20:38:14 +00:00
colors.vim feat(vim): make theme dynamic from BASE16_THEME use in the shell 2023-03-16 21:00:50 +00:00
comments.lua feat(vim): start moving back 2022-06-12 20:25:17 +01:00
completion.lua chore(vim): remove indent-line, orgmode, and conjure 2023-11-08 07:43:50 +00: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 refactor(vim): move to eslint_d from eslint 2023-11-08 07:56:41 +00:00
lsp.lua fix(vim): force solargraph to use bundle exec 2023-10-15 15:46:01 +01:00
ollama.lua feat(vim): add the first impl of the ollama pluign 2023-11-06 08:34:24 +00:00
prr.lua feat(vim): add prr plugin for a better code review experience 2023-10-15 15:40:41 +01:00
run.vim refactor(vim): remove exit after run command 2022-12-03 16:14:29 +00:00
snippets.lua feat(vim): better snippets 2023-01-20 07:44:05 +00:00
spec.lua feat(vim): add go to spec plugin 2023-11-04 09:02:14 +00:00
status-line.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
taskfile.lua chore(vim): add taskfile plugin 2023-06-02 16:52:03 +01:00
term.vim feat(vim): add term script back in from the history 2022-12-03 16:50:31 +00:00
treesitter.lua chore(vim): remove indent-line, orgmode, and conjure 2023-11-08 07:43:50 +00:00
ts-jest.lua refactor(vim): move jest commands to use Run rather than run in process 2023-11-04 07:09:50 +00:00