Stupid mistake (forgot to add capabilities to opts table)
This commit is contained in:
@@ -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, ';')
|
||||||
|
|||||||
Reference in New Issue
Block a user