aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lua/mason-scripts/utils.lua
Commit message (Collapse)AuthorAgeFilesLines
* perf: host pre-compiled filetype mappings (#555)William Boman2025-05-191-0/+40
| | | | | | 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 featureWilliam Boman2025-04-211-40/+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.
* style: enforce import order (#169)William Boman2023-03-121-1/+1
| | | | | * chore(workflows): update dependencies * style: enforce import order
* docs: include server mapping in vimdocs (#107)William Boman2022-12-191-0/+4
| | | Closes #106.
* docs: generate server-mapping.md (#13)William Boman2022-07-281-10/+25
|
* initWilliam Boman2022-07-221-0/+21