| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | perf: host pre-compiled filetype mappings (#555) | William Boman | 2025-05-19 | 2 | -5/+14 |
| | | | | | | | 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` | ||||
| * | ci: fix cbfmt & selene, add nvim v0.11.1, and fix incorrect test fixtures (#540) | William Boman | 2025-05-06 | 4 | -18/+11 |
| | | | | | | | | * ci: fix cbfmt and add nvim v0.11.1 * just remove cbfmt * tests: fix test fixtures and setup | ||||
| * | feat: add more capabilities to `automatic_enable` | William Boman | 2025-04-26 | 1 | -26/+83 |
| | | |||||
| * | refactor!: remove handler functionality, add automatic enable feature | William Boman | 2025-04-21 | 7 | -238/+59 |
| | | | | | | | | | 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 | 1 | -92/+0 |
| | | | | | This is removed because of the transition towards `vim.lsp.config`-style configurations. | ||||
| * | feat!: update usage of deprecated mason.nvim APIs | William Boman | 2025-02-19 | 5 | -50/+42 |
| | | |||||
| * | fix: fix importing server config definitions from lspconfig (#468) | Micah Halter | 2024-10-22 | 1 | -2/+3 |
| | | |||||
| * | fix: rename tsserver to ts_ls (#459) | Turiiya | 2024-09-08 | 1 | -2/+2 |
| | | |||||
| * | feat: add support for `*` filetype specifier (#335) | William Boman | 2023-12-01 | 1 | -3/+15 |
| | | |||||
| * | feat: allow handlers to be passed via `.setup()` (#208) | William Boman | 2023-04-25 | 1 | -0/+29 |
| | | |||||
| * | refactor: only notify bad setup order if it impacts functionality (#196) | William Boman | 2023-04-18 | 1 | -0/+37 |
| | | |||||
| * | feat: notify if mason has not been set up (#195) | William Boman | 2023-04-18 | 1 | -15/+27 |
| | | | | Closes #181. | ||||
| * | feat: register package aliases (#182) | elky | 2023-04-05 | 2 | -0/+43 |
| | | |||||
| * | tests: fix scheduling (#183) | William Boman | 2023-04-05 | 1 | -4/+4 |
| | | | | | | * tests: fix scheduling * chore(ci): update neovim version | ||||
| * | feat: refresh registry before installing servers in ensure_installed (#170) | William Boman | 2023-03-24 | 1 | -19/+33 |
| | | |||||
| * | fix(scripts): setup mason and refresh registry (#177) | William Boman | 2023-03-24 | 7 | -24/+31 |
| | | | | Also fix tests. | ||||
| * | fix: don't auto install servers when headless (#175) | William Boman | 2023-03-18 | 1 | -0/+35 |
| | | | | | You should be able to run headless commands without mason-lspconfig starting installations in the background with limited ability to wait until they're done. | ||||
| * | style: enforce import order (#169) | William Boman | 2023-03-12 | 5 | -12/+12 |
| | | | | | | * chore(workflows): update dependencies * style: enforce import order | ||||
| * | feat: more notify() messages when auto installing servers (#131) | William Boman | 2023-01-16 | 3 | -9/+80 |
| | | |||||
| * | feat: notify when installing server listed in ensure_installed (#91) | William Boman | 2022-10-25 | 1 | -0/+15 |
| | | |||||
| * | tests: update spy assertion (#82) | William Boman | 2022-10-17 | 1 | -2/+21 |
| | | | | | | * tests: update spy assertion * tests: add test for invalid server names in ensure_installed | ||||
| * | fix: let user_config take precedence when merging config tables (#55) | William Boman | 2022-09-13 | 2 | -2/+35 |
| | | |||||
| * | chore: add selene & cbfmt (#54) | William Boman | 2022-09-13 | 2 | -1/+2 |
| | | |||||
| * | feat: get_available_servers now accepts a filter (#25) | kylo252 | 2022-08-05 | 1 | -0/+43 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | init | William Boman | 2022-07-22 | 7 | -0/+398 |
