Commit graph

11 commits

Author SHA1 Message Date
ae5a8620ba fix: rename tsserver to ts_ls 2025-05-27 11:54:49 -07:00
3d1858b135 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.
2025-05-27 11:54:48 -07:00
ba69d9c025 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.
2025-05-27 11:54:48 -07:00
95bcd00efb feat: use vale-ls for formatting
This still requires the Vale CLI which is installed.
2025-05-27 11:54:48 -07:00
81098d8126 feat: add yml and toml language servers 2025-05-27 11:54:48 -07:00
3470b40bbe fix: adjust lsp config 2025-05-27 11:54:48 -07:00
a932a143f9 feat: add cssls 2025-05-27 11:54:48 -07:00
87c3b76983 feat: ensure eslint is added to lsp servers 2025-05-27 11:54:48 -07:00
bfe81aca3c fix: formatting 2025-05-27 11:54:47 -07:00
bdac71b19c feat: add markdown linting/formatting 2025-05-27 11:54:47 -07:00
20c15285e5 V2 (#1)
Co-authored-by: Devin Haska <wonderfulfrog@users.noreply.github.com>
2025-05-27 11:54:47 -07:00