aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/nvim.sh
Commit message (Collapse)AuthorAgeFilesLines
* perf: host pre-compiled filetype mappings (#555)William Boman2025-05-191-0/+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`
* refactor!: remove handler functionality, add automatic enable featureWilliam Boman2025-04-211-14/+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.
* initWilliam Boman2022-07-221-0/+14