summaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* chore(main): release 2.1.0 (#539)v2.1.0stablewilliambotman[bot]2025-07-291-2/+2
|
* perf: cache registry specs (#598)William Boman2025-07-291-1/+6
|
* fix(vue_ls): adopt `vue_ls` v3 (#588)ergou2025-07-291-11/+0
|
* chore: update generated code (#593)williambotman[bot]2025-07-191-1/+1
|
* chore: update generated code (#592)williambotman[bot]2025-07-171-1/+1
|
* chore: update generated code (#591)williambotman[bot]2025-07-151-2/+0
|
* chore: update generated code (#589)williambotman[bot]2025-07-141-1/+0
|
* chore: update generated code (#586)williambotman[bot]2025-07-081-0/+2
|
* chore: update generated code (#585)williambotman[bot]2025-07-051-1/+1
|
* chore: update generated code (#584)williambotman[bot]2025-07-031-1/+1
|
* chore: update generated code (#581)williambotman[bot]2025-06-221-1/+1
|
* chore: update generated code (#579)williambotman[bot]2025-06-191-1/+1
|
* chore: update generated code (#578)williambotman[bot]2025-06-181-1/+1
|
* chore: update generated code (#577)williambotman[bot]2025-06-171-5/+6
|
* chore: update generated code (#575)williambotman[bot]2025-06-151-0/+1
|
* chore: update generated code (#574)williambotman[bot]2025-06-051-0/+1
|
* chore: update generated code (#572)williambotman[bot]2025-06-031-0/+2
|
* chore: update generated code (#571)williambotman[bot]2025-06-021-0/+1
|
* chore: update generated code (#570)williambotman[bot]2025-05-311-4/+4
|
* feat(health): add mason version check (#569)William Boman2025-05-281-0/+7
|
* chore: update generated code (#568)williambotman[bot]2025-05-271-0/+1
|
* chore: update generated code (#566)williambotman[bot]2025-05-261-1/+1
|
* feat(health): add healthcheck (#564)William Boman2025-05-242-2/+17
|
* fix: rename `volar` to `vue_ls` (#561)Benjamin Schmidt2025-05-241-0/+0
|
* chore: update generated code (#563)williambotman[bot]2025-05-241-1/+1
|
* chore: update generated code (#562)williambotman[bot]2025-05-221-1/+2
|
* chore: update generated code (#560)williambotman[bot]2025-05-201-2/+2
|
* chore: sort generated table (#559)William Boman2025-05-191-81/+81
|
* chore: update generated code (#558)williambotman[bot]2025-05-191-91/+93
|
* fix: remove omnisharp configuration (#556)William Boman2025-05-191-12/+0
|
* perf: host pre-compiled filetype mappings (#555)William Boman2025-05-192-16/+250
| | | | | | 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`
* v2.0.0v2.0.0William Boman2025-05-061-1/+1
|
* chore: migrate more configs to new styleWilliam Boman2025-04-2812-181/+125
|
* fix: enable servers outside of registry.refresh() and vim.schedule() callbacksWilliam Boman2025-04-282-10/+27
|
* fix: fix module importsWilliam Boman2025-04-261-2/+2
|
* feat: add more capabilities to `automatic_enable`William Boman2025-04-266-41/+72
|
* fix(command): only accept lspconfig names and filetypes in :LspInstallWilliam Boman2025-04-223-29/+10
|
* refactor!: remove handler functionality, add automatic enable featureWilliam Boman2025-04-2148-850/+204
| | | | | | | | 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.
* refactor!: remove `automatic_installation` settingWilliam Boman2025-04-212-40/+0
| | | | This is removed because of the transition towards `vim.lsp.config`-style configurations.
* v2.0.0-rc.1v2.0.0-rc.1William Boman2025-02-191-3/+3
|
* feat!: update usage of deprecated mason.nvim APIsWilliam Boman2025-02-192-5/+7
|
* chore(main): release 1.32.0 (#479)v1.32.0v1.xwilliambotman[bot]2025-02-151-2/+2
|
* chore: update generated code (#517)williambotman[bot]2025-02-141-1/+1
|
* feat: add superhtml (#440)Elijah Sauder2025-02-112-1/+3
| | | Co-authored-by: William Boman <william@redwill.se>
* chore: update generated code (#514)williambotman[bot]2025-01-311-2/+2
|
* chore: update generated code (#508)williambotman[bot]2025-01-141-1/+1
|
* chore: update generated code (#505)williambotman[bot]2025-01-051-2/+2
|
* chore: update generated code (#502)williambotman[bot]2024-12-261-2/+2
|
* feat: add ginko_ls support (#490) (#496)Utkarsh Verma2024-12-202-0/+2
|
* fix: remove deprecated `bufls`, `ruff_lsp`, and `typst_lsp` mappings (#485)Jeff Smick2024-12-202-6/+4
| | | Co-authored-by: William Boman <william@redwill.se>