summaryrefslogtreecommitdiff
path: root/tests/minimal_lsp.lua
AgeCommit message (Collapse)Author
2022-08-09refactor!: migrate to mason.nvim (#2880)kylo252
2022-04-28refactor(lsp): decouple the installer setup-hook (#2536)kylo252
* chore(lsp): update plugins * refactor(lsp): decouple the installer setup-hook - remove the deprecated `server:setup()` - set up the server manually with lspconfig once `server:on_ready()` has been triggered * chore: use the new lsp_installer.setup()
2022-01-09chore(tests): use cmd_env in minimal_lsp.lua (#2158)kylo252
2022-01-03refactor(bootstrap): more robust git module (#2127)kylo252
2022-01-02refactor(test): cleanup test utilities (#2132)kylo252
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-10-31feat: add support for using minimal_lsp on windows (#1882)kylo252
2021-10-17chore: fix minimal_lsp.lua (#1793)kylo252