Commit graph

12 commits

Author SHA1 Message Date
f956194c53 feat: config refresh 2024-12-24 00:21:08 -08:00
a25da27bd8
fix: rename tsserver to ts_ls 2024-09-19 14:16:46 -07:00
24d7d89b34
feat: remove nvim-lint
I found this plugin caused more issues than solved, so I'm dropping it
in favour of using the ESLint LSP server instead. "EslintFixAll" covers
the majority of my bases it seems.
2024-07-25 21:49:13 -07:00
a4a51853e1
feat: add proselint
This also removes vale from my config. I was annoyed at how much setup
vale needed before it could work, and find that proselint does what I
want without the extras of vale.
2024-06-07 15:30:20 -07:00
aa85023022
feat: use vale-ls for formatting
This still requires the Vale CLI which is installed.
2024-06-07 11:34:29 -07:00
d5cbe7bc98
feat: add yml and toml language servers 2024-06-07 11:11:41 -07:00
bc2b8d99a4
fix: adjust lsp config 2024-06-07 11:04:33 -07:00
19ebbf1a6f
feat: add cssls 2024-06-07 10:37:24 -07:00
dbe56a72fc
feat: ensure eslint is added to lsp servers 2024-06-07 10:26:22 -07:00
eebbb6c4b7
fix: formatting 2024-06-05 12:59:50 -07:00
4aed78a5b3
feat: add markdown linting/formatting 2024-06-05 12:43:21 -07:00
10e4a3af37
V2 (#1)
Co-authored-by: Devin Haska <wonderfulfrog@users.noreply.github.com>
2024-05-10 11:26:26 -07:00