Stupid mistake (forgot to add capabilities to opts table)

This commit is contained in:
2021-11-30 19:14:01 +03:00
parent f97a169f37
commit 7980ba7004

View File

@@ -103,7 +103,7 @@ local function setupLspSignature()
end end
lsp_installer.on_server_ready(function(server) lsp_installer.on_server_ready(function(server)
local opts = {} local opts = {capabilities = capabilities}
if server.name == "sumneko_lua" then if server.name == "sumneko_lua" then
local runtime_path = vim.split(package.path, ';') local runtime_path = vim.split(package.path, ';')