aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/util.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor: deprecate get_active_client_by_name #3697Justin M. Keyes2025-04-051-9/+8
* refactor: deprecate add_hook_before/after #3695Justin M. Keyes2025-04-051-24/+26
* refactor: deprecate util.get_lsp_clients #3694Justin M. Keyes2025-04-051-7/+10
* refactor: deprecate util functions #3691Justin M. Keyes2025-04-051-32/+34
* revert: "refactor!: make available_servers function private" #3589dundargoc2025-01-271-1/+2
* refactor!: make available_servers function privatedundargoc2025-01-211-1/+1
* refactor: comment util.path.is_descendant to prepare deperecation in futuredundargoc2025-01-191-53/+47
* refactor!: remove public interface of util.path.traverse_parentsdundargoc2024-12-231-1/+0
* refactor: deprecate util.path.iterate_parentsdundargoc2024-12-221-19/+4
* refactor: deprecate util.path.path_separatordundargoc2024-12-211-3/+3
* refactor: deprecate util.path.joindundargoc2024-12-211-6/+6
* refactor: fix luals warningsv1.2.0dundargoc2024-12-191-12/+19
* refactor!: remove util.path.is_absolutedundargoc2024-12-141-11/+0
* refactor!: remove util.path.escape_wildcardsdundargoc2024-12-141-6/+5
* refactor: deprecate util.find_git_ancestordundargoc2024-12-141-10/+5
* docs: how to get package.json parent dir #3506Guilherme Soares2024-12-131-3/+3
* fix(regression): fix for vim.fs.find regression not returning parent director...Jacob Reed2024-12-131-4/+4
* refactor: deprecate util.find_package_json_ancestordundargoc2024-12-131-10/+6
* refactor: deprecate util.find_node_modules_ancestordundargoc2024-12-081-8/+5
* Revert "refactor: use simpler file existence check" #3495Justin M. Keyes2024-12-061-4/+4
* refactor: replace all instances of vim.uv with vim.loopdundargoc2024-12-021-6/+5
* refactor: use simpler file existence checkdundargoc2024-12-011-4/+4
* fix: return string instead of table for find_mercurial_ancestordundargoc2024-11-301-2/+2
* refactor: deprecate util.find_mercurial_ancestordundargoc2024-11-291-9/+5
* refactor: deprecate util.path.is_dir #3475dundargoc2024-11-281-11/+10
* refactor: deprecate util.path.is_file #3474dundargoc2024-11-281-10/+11
* refactor: deprecate `util.path.exists`dundargoc2024-11-271-14/+18
* refactor: group deprecated functions at the enddundargoc2024-11-271-12/+6
* refactor: remove internal implementation of `util.path.sanitize` #3464dundargoc2024-11-261-7/+2
* ci: check for deprecated util functions #3462Justin M. Keyes2024-11-261-3/+1
* refactor: remove implementation of util.path.dirname #3460dundargoc2024-11-261-16/+3
* refactor: remove unnecessary codedundargoc2024-10-051-1/+0
* fix(health): support Nvim 0.9Justin M. Keyes2024-10-021-8/+8
* refactor: replace deprecated vim.loop with vim.uvdundargoc2024-10-021-1/+1
* feat: do not process commands if it's func type (#3200)Jeong, Heon2024-07-011-4/+6
* fix(util): check neovim nightly 0.11 version (#3173)glepnir2024-05-231-3/+3
* refactor: move all old get_clients to new compatible (#3159)glepnir2024-05-171-3/+3
* fix: use new version as check condition (#3157)glepnir2024-05-171-3/+3
* refactor: add compatible tbl_flatten and lsp_get_clients for new version 0.10...glepnir2024-05-171-4/+14
* refactor: general cleanupLewis Russell2024-03-071-3/+16
* fix: util.root_pattern prioritises pattern order (#2885)Emilio Ziniades2023-11-181-8/+11
* fix: lsprestart command faild (#2779)Raphael2023-08-231-2/+1
* refactor: move async_run_command()Lewis Russell2023-08-221-34/+0
* refactor: move manager to separate moduleLewis Russell2023-08-221-185/+6
* perf(gopls): make get go mod cache path async (#2673)Raphael2023-06-181-0/+34
* fix: check root already in workspace (#2590)Raphael2023-05-071-47/+38
* fix(eslint): get root patterns by given path (#2556)Raphael2023-04-121-3/+4
* fix: register workspace before attaching to buffer (#2525)kylo2522023-03-241-1/+1
* fix(util): update `is_windows` detection (#2492)Wuelner Martínez2023-03-051-1/+1
* fix: eslint errors on start (regression) (#2452)Jose Veiga2023-02-121-1/+2