aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: sort generated table (#559)William Boman2025-05-191-0/+1
|
* perf: host pre-compiled filetype mappings (#555)William Boman2025-05-192-0/+82
| | | | | | Generating the filetype mappings by accessing `vim.lsp.config` turns out to be a bad idea because: 1) performance 2) some `lsp/` configurations in nvim-lspconfig execute code immediately (see angularls) 3) accessing `vim.lsp.config[server_name]` seems to populate `:checkhealth vim.lsp`
* refactor!: remove handler functionality, add automatic enable featureWilliam Boman2025-04-212-276/+0
| | | | | | | | This also removes all generated code/docs, including relevant scripts. Mappings are now also dynamically generated instead of compiled. These changes should reduce churn in this plugin and make it more resilient for external changes in Mason and/or nvim-lspconfig. Mappings have been centralized in the registry instead.
* fix: remove deprecated `bufls`, `ruff_lsp`, and `typst_lsp` mappings (#485)Jeff Smick2024-12-201-2/+4
| | | Co-authored-by: William Boman <william@redwill.se>
* fix: fix importing server config definitions from lspconfig (#468)Micah Halter2024-10-221-3/+2
|
* docs: auto-generate available LSP servers list in readme (#445)William Boman2024-08-051-6/+104
|
* feat: add mdx_analyzer (#268)Mikey2023-08-271-3/+0
|
* docs: update package urls (#212)William Boman2023-04-261-1/+1
|
* fix(scripts): setup mason and refresh registry (#177)William Boman2023-03-241-0/+3
| | | Also fix tests.
* style: enforce import order (#169)William Boman2023-03-122-4/+4
| | | | | * chore(workflows): update dependencies * style: enforce import order
* fix(scripts): manually set registries before interacting with mason-registry ↵William Boman2023-02-251-0/+3
| | | | (#161)
* docs: include server mapping in vimdocs (#107)William Boman2022-12-192-24/+74
| | | Closes #106.
* docs: generate urls to PACKAGES.md (#68)William Boman2022-10-031-6/+5
|
* chore: add selene & cbfmt (#54)William Boman2022-09-131-1/+2
|
* fix(omnisharp_mono): add dedicated server entry for omnisharp_mono (#32)William Boman2022-08-121-14/+19
| | | | | This is done in order to separate the .NET and Mono variants, making them both equally accessible (you have to jump through hoops to use the non-default [Mono] variant atm).
* docs: generate server-mapping.md (#13)William Boman2022-07-282-12/+56
|
* initWilliam Boman2022-07-222-0/+75