aboutsummaryrefslogtreecommitdiffstats
path: root/tests/minimal_init.vim
Commit message (Collapse)AuthorAgeFilesLines
* ci: fix cbfmt & selene, add nvim v0.11.1, and fix incorrect test fixtures (#540)William Boman2025-05-061-0/+2
| | | | | | | * ci: fix cbfmt and add nvim v0.11.1 * just remove cbfmt * tests: fix test fixtures and setup
* refactor!: remove handler functionality, add automatic enable featureWilliam Boman2025-04-211-12/+10
| | | | | | | | 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.
* fix(scripts): setup mason and refresh registry (#177)William Boman2023-03-241-5/+11
| | | Also fix tests.
* feat: more notify() messages when auto installing servers (#131)William Boman2023-01-161-0/+2
|
* fix: let user_config take precedence when merging config tables (#55)William Boman2022-09-131-2/+2
|
* initWilliam Boman2022-07-221-0/+39