aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* revert: "refactor!: make available_servers function private" #3589dundargoc2025-01-271-1/+1
* refactor!: make available_servers function privatedundargoc2025-01-211-1/+1
* refactor: silence luals warningsdundargoc2024-12-221-0/+2
* refactor: deprecate util.path.joindundargoc2024-12-211-10/+0
* refactor!: remove util.path.is_absolutedundargoc2024-12-141-13/+0
* refactor!: remove util.path.escape_wildcardsdundargoc2024-12-141-15/+0
* refactor: deprecate util.path.is_dir #3475dundargoc2024-11-281-24/+0
* refactor: deprecate util.path.is_file #3474dundargoc2024-11-281-29/+0
* refactor: deprecate `util.path.exists`dundargoc2024-11-271-30/+0
* docs: remove minimal_init.luaJustin M. Keyes2024-09-291-69/+0
* fix: util.root_pattern prioritises pattern order (#2885)Emilio Ziniades2023-11-181-1/+1
* test: remove test depend and use vusted (#2603)Raphael2023-05-111-242/+162
* feat: rename sumneko_lua -> lua_ls (#2439)figsoda2023-02-122-2/+2
* perf: use the truly minimal test config file (#2269)Raphael2022-12-011-72/+45
* fix: escape wildcards patterns when calling glob (#2111) (#2122)emmanueltouzery2022-09-091-0/+16
* feat: pass user config to the on_setup hook (#2114)William Boman2022-09-081-0/+18
* Revert "fix: remove the config.commands (#2092)" (#2093)Raphael2022-08-261-0/+35
* fix: remove the config.commands (#2092)Raphael2022-08-261-35/+0
* feat!: 0.7 API update (#1984)Ranjith Hegde2022-08-232-9/+47
* feat: allow attaching to paths inside archives (#1687)Stéphan Kochen2022-08-231-0/+23
* fix: only consider servers that have been set up as available (#2066)William Boman2022-08-231-0/+14
* fix(docs): update example keybindings documentation (#1899)Kurtis2022-06-011-19/+18
* feat(configs): use client capabilities by default, deep-extend user-provided ...jdrouhard2022-05-041-0/+61
* chore: update minimal init.lua to target 0.6.1 (#1858)Michael Lingelbach2022-04-251-4/+4
* refactor(tests): simpler temp_dir detection (#1626)kylo2522022-01-021-6/+1
* feat: support using `minimal_init.lua` on windows (#1354)kylo2522021-11-141-4/+21
* chore: update minimal init.lua to use format func (#1314)Michael Lingelbach2021-10-161-0/+3
* chore: make minimal_init.lua more robust (#1131)Christian Clason2021-08-101-14/+16
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-132-56/+56
* ci: lint and format with styluaMichael Lingelbach2021-07-032-102/+110
* minimal config: make bootstrap on first startMichael Lingelbach2021-04-031-58/+63
* minimal config: updateMichael Lingelbach2021-04-011-2/+3
* Bump minimal init.luaMichael Lingelbach2021-03-141-6/+4
* Issue template: add minimal init.lua to repo and clean up issue templateMichael Lingelbach2021-01-071-0/+72
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-33/+33
* test: add some test cases util functionsHirokazu Hata2020-05-213-0/+188