summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-10-03Fix: correct typos (#3117)chaesngmin
2022-09-28fix: update minimal_lsp.lua (#3090)Guido
2022-08-09refactor!: migrate to mason.nvim (#2880)kylo252
2022-07-23chore: bump plugins version (#2723)github-actions[bot]
2022-06-23feat(installer): add verify-plugins hook (#2751)kylo252
2022-05-21refactor: load the default options once (#2592)kylo252
BREAKING CHANGE: modifying the default options for keymaps and autocmds is now done by overwriting them, since they won't be loaded into the global `lvim` table anymore * refactor: use the lua-commands api * refactor!: use the lua-autocmds api * fix(settings): let neovim handle spellfile * feat: add log:set_log_level() * chore: update examples * chore: add deprecation notice for custom_groups
2022-04-29fix(lsp): undo stdpath overload to avoid datarace (#2540)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-04-20refactor: update impatient (#2477)kylo252
2022-04-12fix(impatient): avoid get_options in fast handler (#2451)kylo252
2022-04-03refactor: re-enable packer.sync() in LvimReload (#2410)kylo252
2022-03-28refactor(lsp): replace deprecated ocamllsp with ocamlls (#2402)steven_j
Co-authored-by: kylo252 <[email protected]>
2022-03-24feat(plugins): add support for packer snapshots (#2351)kylo252
2022-02-18chore: fix typos (#2292)dundargoc
2022-01-09chore(tests): use cmd_env in minimal_lsp.lua (#2158)kylo252
2022-01-04refactor(settings): add headless-mode settings (#2134)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-11-10fix(ci): blacklist 'sorbet' (#1936)kylo252
2021-11-02feat: better error handling for packer (#1883)kylo252
2021-10-31perf(lsp): use the new upstream API for filetypes (#1836)kylo252
2021-10-31feat: add support for using minimal_lsp on windows (#1882)kylo252
2021-10-23fix(lsp): template generator now uses lsp.override (#1813)kylo252
2021-10-17chore: fix minimal_lsp.lua (#1793)kylo252
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-07feat(lsp): handle user configuration in setup() (#1707)kylo252
2021-10-03refactor: auto-generate language configuration (#1584)kylo252
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-09-13refactor: use more flexible paths (#1381)kylo252
2021-09-09[Feature]: Add some very basic unit-tests (#1369)kylo252