| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore: update generated code (#562) | williambotman[bot] | 2025-05-22 | 1 | -1/+2 | |
| | | ||||||
| * | chore: update generated code (#560) | williambotman[bot] | 2025-05-20 | 1 | -2/+2 | |
| | | ||||||
| * | chore: sort generated table (#559) | William Boman | 2025-05-19 | 1 | -81/+81 | |
| | | ||||||
| * | chore: update generated code (#558) | williambotman[bot] | 2025-05-19 | 1 | -91/+93 | |
| | | ||||||
| * | fix: remove omnisharp configuration (#556) | William Boman | 2025-05-19 | 1 | -12/+0 | |
| | | ||||||
| * | perf: host pre-compiled filetype mappings (#555) | William Boman | 2025-05-19 | 2 | -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.0 | William Boman | 2025-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | chore: migrate more configs to new style | William Boman | 2025-04-28 | 12 | -181/+125 | |
| | | ||||||
| * | fix: enable servers outside of registry.refresh() and vim.schedule() callbacks | William Boman | 2025-04-28 | 2 | -10/+27 | |
| | | ||||||
| * | fix: fix module imports | William Boman | 2025-04-26 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add more capabilities to `automatic_enable` | William Boman | 2025-04-26 | 6 | -41/+72 | |
| | | ||||||
| * | fix(command): only accept lspconfig names and filetypes in :LspInstall | William Boman | 2025-04-22 | 3 | -29/+10 | |
| | | ||||||
| * | refactor!: remove handler functionality, add automatic enable feature | William Boman | 2025-04-21 | 48 | -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` setting | William Boman | 2025-04-21 | 2 | -40/+0 | |
| | | | | | This is removed because of the transition towards `vim.lsp.config`-style configurations. | |||||
| * | v2.0.0-rc.1v2.0.0-rc.1 | William Boman | 2025-02-19 | 1 | -3/+3 | |
| | | ||||||
| * | feat!: update usage of deprecated mason.nvim APIs | William Boman | 2025-02-19 | 2 | -5/+7 | |
| | | ||||||
| * | chore(main): release 1.32.0 (#479)v1.32.0v1.x | williambotman[bot] | 2025-02-15 | 1 | -2/+2 | |
| | | ||||||
| * | chore: update generated code (#517) | williambotman[bot] | 2025-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add superhtml (#440) | Elijah Sauder | 2025-02-11 | 2 | -1/+3 | |
| | | | | Co-authored-by: William Boman <william@redwill.se> | |||||
| * | chore: update generated code (#514) | williambotman[bot] | 2025-01-31 | 1 | -2/+2 | |
| | | ||||||
| * | chore: update generated code (#508) | williambotman[bot] | 2025-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#505) | williambotman[bot] | 2025-01-05 | 1 | -2/+2 | |
| | | ||||||
| * | chore: update generated code (#502) | williambotman[bot] | 2024-12-26 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add ginko_ls support (#490) (#496) | Utkarsh Verma | 2024-12-20 | 2 | -0/+2 | |
| | | ||||||
| * | fix: remove deprecated `bufls`, `ruff_lsp`, and `typst_lsp` mappings (#485) | Jeff Smick | 2024-12-20 | 2 | -6/+4 | |
| | | | | Co-authored-by: William Boman <william@redwill.se> | |||||
| * | feat(kcl): add kcl support (#461) | DrummyFloyd | 2024-12-20 | 2 | -0/+2 | |
| | | ||||||
| * | chore: update generated code (#494) | williambotman[bot] | 2024-11-28 | 1 | -0/+1 | |
| | | ||||||
| * | chore: update generated code (#491) | williambotman[bot] | 2024-11-18 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#489) | williambotman[bot] | 2024-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#481) | williambotman[bot] | 2024-10-29 | 1 | -2/+2 | |
| | | ||||||
| * | fix: don't override psalm cmd (#477) | rhjdvsgsgks | 2024-10-22 | 1 | -5/+0 | |
| | | ||||||
| * | fix: fix importing server config definitions from lspconfig (#468) | Micah Halter | 2024-10-22 | 3 | -24/+22 | |
| | | ||||||
| * | chore(main): release 1.31.0 (#460)v1.31.0 | williambotman[bot] | 2024-09-08 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add snakeskin_ls support (#457) | Maxim Sinelnikov | 2024-09-08 | 3 | -0/+7 | |
| | | ||||||
| * | feat: add nextls support (#455) | Thiago Nascimento | 2024-09-08 | 3 | -4/+10 | |
| | | ||||||
| * | feat: add tsp_server support (#448) | Sam Varga | 2024-09-08 | 2 | -0/+2 | |
| | | ||||||
| * | fix: rename tsserver to ts_ls (#459) | Turiiya | 2024-09-08 | 2 | -7/+7 | |
| | | ||||||
| * | chore: update generated code (#454) | williambotman[bot] | 2024-08-21 | 1 | -4/+0 | |
| | | ||||||
| * | chore: update generated code (#452) | williambotman[bot] | 2024-08-16 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#449) | williambotman[bot] | 2024-08-15 | 1 | -41/+41 | |
| | | ||||||
| * | chore: update generated code (#447) | williambotman[bot] | 2024-08-13 | 1 | -1/+1 | |
| | | ||||||
| * | chore(main): release 1.30.0 (#417)v1.30.0 | williambotman[bot] | 2024-08-04 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add starpls LSP server (#444) | matawed | 2024-08-05 | 2 | -1/+2 | |
| | | ||||||
| * | feat: add pbls support (#434) | Sergey Alexandrov | 2024-08-05 | 2 | -1/+2 | |
| | | ||||||
| * | feat: add textlsp (#433) | uwi | 2024-08-05 | 2 | -3/+4 | |
| | | ||||||
| * | feat: add hyprls (#428) | Mykyta Onipchenko | 2024-08-05 | 2 | -0/+5 | |
| | | ||||||
| * | feat: Add regal lsp support (OPA rego linter) (#426) | Zoltán Reegn | 2024-08-05 | 2 | -1/+2 | |
| | | ||||||
| * | feat: add steep configuration (#422) | alpaca-tc | 2024-08-04 | 2 | -2/+3 | |
| | | ||||||
| * | chore: update generated code (#441) | williambotman[bot] | 2024-07-25 | 1 | -3/+3 | |
| | | ||||||
| * | chore: update generated code (#439) | williambotman[bot] | 2024-07-19 | 1 | -0/+1 | |
| | | ||||||
