Use untagged version of nvim-lspconfig on latest nvim for lua_lsp support

This commit is contained in:
ViViDboarder 2023-06-13 15:00:42 -07:00
parent 21de929b35
commit 7f9c6a92b3
1 changed files with 1 additions and 1 deletions

View File

@ -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",
}),