| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: sort generated table (#559) | William Boman | 2025-05-19 | 1 | -0/+1 |
| | | |||||
| * | perf: host pre-compiled filetype mappings (#555) | William Boman | 2025-05-19 | 2 | -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 feature | William Boman | 2025-04-21 | 2 | -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 Smick | 2024-12-20 | 1 | -2/+4 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | fix: fix importing server config definitions from lspconfig (#468) | Micah Halter | 2024-10-22 | 1 | -3/+2 |
| | | |||||
| * | docs: auto-generate available LSP servers list in readme (#445) | William Boman | 2024-08-05 | 1 | -6/+104 |
| | | |||||
| * | feat: add mdx_analyzer (#268) | Mikey | 2023-08-27 | 1 | -3/+0 |
| | | |||||
| * | docs: update package urls (#212) | William Boman | 2023-04-26 | 1 | -1/+1 |
| | | |||||
| * | fix(scripts): setup mason and refresh registry (#177) | William Boman | 2023-03-24 | 1 | -0/+3 |
| | | | | Also fix tests. | ||||
| * | style: enforce import order (#169) | William Boman | 2023-03-12 | 2 | -4/+4 |
| | | | | | | * chore(workflows): update dependencies * style: enforce import order | ||||
| * | fix(scripts): manually set registries before interacting with mason-registry ↵ | William Boman | 2023-02-25 | 1 | -0/+3 |
| | | | | | (#161) | ||||
| * | docs: include server mapping in vimdocs (#107) | William Boman | 2022-12-19 | 2 | -24/+74 |
| | | | | Closes #106. | ||||
| * | docs: generate urls to PACKAGES.md (#68) | William Boman | 2022-10-03 | 1 | -6/+5 |
| | | |||||
| * | chore: add selene & cbfmt (#54) | William Boman | 2022-09-13 | 1 | -1/+2 |
| | | |||||
| * | fix(omnisharp_mono): add dedicated server entry for omnisharp_mono (#32) | William Boman | 2022-08-12 | 1 | -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 Boman | 2022-07-28 | 2 | -12/+56 |
| | | |||||
| * | init | William Boman | 2022-07-22 | 2 | -0/+75 |
