Dotfiles/site-modules/core
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
..
files refactor(vim): move to eslint_d from eslint 2023-11-08 07:56:41 +00:00
lib refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
manifests feat(pp): move the tmux config over to configz 2023-11-04 16:52:32 +00:00
templates feat(shell): let the delta theme be defined by base16-shell 2023-11-04 15:23:57 +00:00