mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:37:34 +00:00
Use untagged version of nvim-lspconfig on latest nvim for lua_lsp support
This commit is contained in:
parent
21de929b35
commit
7f9c6a92b3
@ -246,7 +246,7 @@ use({
|
||||
"neovim/nvim-lspconfig",
|
||||
tag = utils.map_version_rule({
|
||||
-- [">=0.8.0"] = utils.nil_val,
|
||||
[">=0.7.0"] = "v0.1.6",
|
||||
[">=0.7.0"] = utils.nil_val,
|
||||
[">=0.6.1"] = "v0.1.2",
|
||||
[">=0.6.0"] = "v0.1.0",
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user