aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-192-81/+82
|
* chore: update generated code (#558)williambotman[bot]2025-05-191-91/+93
|
* docs: update installation & setup section, add lazy.nvim examples (#557)William Boman2025-05-192-33/+50
|
* fix: remove omnisharp configuration (#556)William Boman2025-05-191-12/+0
|
* perf: host pre-compiled filetype mappings (#555)William Boman2025-05-199-22/+403
| | | | | | 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`
* chore: fix references to williamboman/mason.nvim (#542)William Boman2025-05-061-2/+2
|
* chore: fix references to williamboman/mason.nvim (#541)William Boman2025-05-065-9/+9
|
* ci: fix cbfmt & selene, add nvim v0.11.1, and fix incorrect test fixtures (#540)William Boman2025-05-067-52/+13
| | | | | | | * ci: fix cbfmt and add nvim v0.11.1 * just remove cbfmt * tests: fix test fixtures and setup
* docs: fix changelog header linkWilliam Boman2025-05-061-1/+1
|
* v2.0.0v2.0.0William Boman2025-05-063-2/+59
|
* 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
|
* docs: clarify :LspInstall a bitWilliam Boman2025-04-262-5/+6
|
* docs: clarify what enabling meansWilliam Boman2025-04-262-4/+9
|
* feat: add more capabilities to `automatic_enable`William Boman2025-04-269-69/+225
|
* fix(command): only accept lspconfig names and filetypes in :LspInstallWilliam Boman2025-04-223-29/+10
|
* docs: some updatesWilliam Boman2025-04-222-22/+29
|
* refactor!: remove handler functionality, add automatic enable featureWilliam Boman2025-04-2167-2402/+316
| | | | | | | | 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-215-154/+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-192-4/+4
|
* feat!: update usage of deprecated mason.nvim APIsWilliam Boman2025-02-197-55/+49
|
* chore(main): release 1.32.0 (#479)v1.32.0v1.xwilliambotman[bot]2025-02-153-3/+20
|
* chore: update generated code (#517)williambotman[bot]2025-02-141-1/+1
|
* feat: add superhtml (#440)Elijah Sauder2025-02-115-1/+11
| | | 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-205-0/+5
|
* fix: remove deprecated `bufls`, `ruff_lsp`, and `typst_lsp` mappings (#485)Jeff Smick2024-12-206-17/+12
| | | Co-authored-by: William Boman <william@redwill.se>
* feat(kcl): add kcl support (#461)DrummyFloyd2024-12-205-0/+5
|
* chore: update generated code (#494)williambotman[bot]2024-11-281-0/+1
|
* chore: update generated code (#491)williambotman[bot]2024-11-181-1/+1
|
* chore: update generated code (#489)williambotman[bot]2024-11-151-1/+1
|
* chore: update generated code (#481)williambotman[bot]2024-10-291-2/+2
|
* fix: don't override psalm cmd (#477)rhjdvsgsgks2024-10-221-5/+0
|
* fix: fix importing server config definitions from lspconfig (#468)Micah Halter2024-10-228-534/+529
|
* fix: update required nvim version to >= 0.9.0 (#478)William Boman2024-10-223-8/+3
| | | | | nvim-lspconfig has a hard dependency on nvim >= 0.9.0. Note that mason-lspconfig itself does not, it still supports >= 0.7.0 by itself. Co-authored-by: Micah Halter <micah@mehalter.com>
* chore(main): release 1.31.0 (#460)v1.31.0williambotman[bot]2024-09-083-3/+17
|
* feat: add snakeskin_ls support (#457)Maxim Sinelnikov2024-09-086-0/+10
|
* feat: add nextls support (#455)Thiago Nascimento2024-09-086-4/+13
|
* feat: add tsp_server support (#448)Sam Varga2024-09-085-0/+5
|
* fix: rename tsserver to ts_ls (#459)Turiiya2024-09-087-14/+14
|
* chore: update generated code (#454)williambotman[bot]2024-08-211-4/+0
|
* chore: update generated code (#452)williambotman[bot]2024-08-161-1/+1
|
* chore: update generated code (#449)williambotman[bot]2024-08-151-41/+41
|