index
:
nvim-lspconfig
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
lspconfig
/
util.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: generalize insert_package_json() #3833
Justin M. Keyes
2025-05-10
1
-28
/
+16
*
feat(tailwindcss): add detection for Phoenix projects #3831
David Bernheisel
2025-05-09
1
-0
/
+21
*
fix(configs): eliminate some usages of root_pattern #3820
Justin M. Keyes
2025-05-04
1
-0
/
+8
*
fix: improve typescript server path search for ts-dependent lsp #3795
Alexis Tacnet
2025-04-28
1
-0
/
+12
*
feat(util): support "package.json5" #3794
Mohamed Hubail
2025-04-27
1
-4
/
+3
*
refactor: deprecate util.validate_bufnr()
Justin M. Keyes
2025-04-23
1
-14
/
+16
*
refactor: deprecate util.path.search_ancestors()
Justin M. Keyes
2025-04-23
1
-21
/
+22
*
refactor: deprecate util functions
Justin M. Keyes
2025-04-23
1
-85
/
+90
*
Revert "fix(util): improve wildcard escaping" #3729
Justin M. Keyes
2025-04-15
1
-8
/
+1
*
fix(util): improve wildcard escaping #3690
ryoppippi
2025-04-14
1
-1
/
+8
*
refactor: replace vim.loop with vim.uv #3703
v2.0.0
Chris Bandy
2025-04-10
1
-7
/
+7
*
refactor: deprecate get_active_client_by_name #3697
Justin M. Keyes
2025-04-05
1
-9
/
+8
*
refactor: deprecate add_hook_before/after #3695
Justin M. Keyes
2025-04-05
1
-24
/
+26
*
refactor: deprecate util.get_lsp_clients #3694
Justin M. Keyes
2025-04-05
1
-7
/
+10
*
refactor: deprecate util functions #3691
Justin M. Keyes
2025-04-05
1
-32
/
+34
*
revert: "refactor!: make available_servers function private" #3589
dundargoc
2025-01-27
1
-1
/
+2
*
refactor!: make available_servers function private
dundargoc
2025-01-21
1
-1
/
+1
*
refactor: comment util.path.is_descendant to prepare deperecation in future
dundargoc
2025-01-19
1
-53
/
+47
*
refactor!: remove public interface of util.path.traverse_parents
dundargoc
2024-12-23
1
-1
/
+0
*
refactor: deprecate util.path.iterate_parents
dundargoc
2024-12-22
1
-19
/
+4
*
refactor: deprecate util.path.path_separator
dundargoc
2024-12-21
1
-3
/
+3
*
refactor: deprecate util.path.join
dundargoc
2024-12-21
1
-6
/
+6
*
refactor: fix luals warnings
v1.2.0
dundargoc
2024-12-19
1
-12
/
+19
*
refactor!: remove util.path.is_absolute
dundargoc
2024-12-14
1
-11
/
+0
*
refactor!: remove util.path.escape_wildcards
dundargoc
2024-12-14
1
-6
/
+5
*
refactor: deprecate util.find_git_ancestor
dundargoc
2024-12-14
1
-10
/
+5
*
docs: how to get package.json parent dir #3506
Guilherme Soares
2024-12-13
1
-3
/
+3
*
fix(regression): fix for vim.fs.find regression not returning parent director...
Jacob Reed
2024-12-13
1
-4
/
+4
*
refactor: deprecate util.find_package_json_ancestor
dundargoc
2024-12-13
1
-10
/
+6
*
refactor: deprecate util.find_node_modules_ancestor
dundargoc
2024-12-08
1
-8
/
+5
*
Revert "refactor: use simpler file existence check" #3495
Justin M. Keyes
2024-12-06
1
-4
/
+4
*
refactor: replace all instances of vim.uv with vim.loop
dundargoc
2024-12-02
1
-6
/
+5
*
refactor: use simpler file existence check
dundargoc
2024-12-01
1
-4
/
+4
*
fix: return string instead of table for find_mercurial_ancestor
dundargoc
2024-11-30
1
-2
/
+2
*
refactor: deprecate util.find_mercurial_ancestor
dundargoc
2024-11-29
1
-9
/
+5
*
refactor: deprecate util.path.is_dir #3475
dundargoc
2024-11-28
1
-11
/
+10
*
refactor: deprecate util.path.is_file #3474
dundargoc
2024-11-28
1
-10
/
+11
*
refactor: deprecate `util.path.exists`
dundargoc
2024-11-27
1
-14
/
+18
*
refactor: group deprecated functions at the end
dundargoc
2024-11-27
1
-12
/
+6
*
refactor: remove internal implementation of `util.path.sanitize` #3464
dundargoc
2024-11-26
1
-7
/
+2
*
ci: check for deprecated util functions #3462
Justin M. Keyes
2024-11-26
1
-3
/
+1
*
refactor: remove implementation of util.path.dirname #3460
dundargoc
2024-11-26
1
-16
/
+3
*
refactor: remove unnecessary code
dundargoc
2024-10-05
1
-1
/
+0
*
fix(health): support Nvim 0.9
Justin M. Keyes
2024-10-02
1
-8
/
+8
*
refactor: replace deprecated vim.loop with vim.uv
dundargoc
2024-10-02
1
-1
/
+1
*
feat: do not process commands if it's func type (#3200)
Jeong, Heon
2024-07-01
1
-4
/
+6
*
fix(util): check neovim nightly 0.11 version (#3173)
glepnir
2024-05-23
1
-3
/
+3
*
refactor: move all old get_clients to new compatible (#3159)
glepnir
2024-05-17
1
-3
/
+3
*
fix: use new version as check condition (#3157)
glepnir
2024-05-17
1
-3
/
+3
*
refactor: add compatible tbl_flatten and lsp_get_clients for new version 0.10...
glepnir
2024-05-17
1
-4
/
+14
[next]