Remove lua lsp setup

This commit is contained in:
2021-11-18 20:05:30 +03:00
parent 94d49e7c38
commit 775be5fb0e

View File

@@ -90,20 +90,5 @@ lsp_installer.on_server_ready(function(server)
bind = true,
})
if server.name == "sumneko_lua" then
table.insert(opts, {
settings = {
Lua = {
workspace = {
library = vim.api.nvim_get_runtime_file("", true)
},
diagnostics = {
globals = { "vim" }
}
}
}
})
end
server:setup(opts)
end)