| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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 and add nvim v0.11.1
* just remove cbfmt
* tests: fix test fixtures and setup
|
| | |
|
| |
|
|
|
| |
* chore(workflows): update dependencies
* style: enforce import order
|
| |
|