summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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