From 7f9c6a92b31fe23c0fb18f3ee82a9e90ed9c5905 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 13 Jun 2023 15:00:42 -0700 Subject: [PATCH] Use untagged version of nvim-lspconfig on latest nvim for lua_lsp support --- neovim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 55711d2..5a86a40 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -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", }),