aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/util.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(stylelint_lsp): update root directory pattern (#2447)Wuelner Martínez2023-02-121-2/+17
* fix: check client when get client from cache (#2429)Raphael2023-01-311-2/+2
* fix: check server support workspacefolders (#2418)Raphael2023-01-271-79/+100
* refactor: rewrite client reuse logic (#2371)Raphael2022-12-301-37/+28
* fix: not register workspace when in single file mode (#2367)Raphael2022-12-291-1/+3
* fix: get all client from clients cache in manager.clients (#2365)Raphael2022-12-281-4/+6
* fix: generate correct workspace didchange request params (#2361)Raphael2022-12-271-68/+67
* fix: check workspace after client initial (#2356)Raphael2022-12-261-56/+107
* fix: use client config capabilities to check server support workspae (#2354)Raphael2022-12-251-2/+3
* fix: check client exist supports_method (#2351)Raphael2022-12-251-1/+6
* fix: check client support workspaceFolders (#2350)Raphael2022-12-251-8/+1