mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-13 19:04:28 +02:00
nigrate sumneko_lua to lua_ls
This commit is contained in:
parent
4da9b71ba1
commit
6863066868
1 changed files with 3 additions and 3 deletions
|
@ -83,9 +83,9 @@ require("mason-lspconfig").setup_handlers({
|
||||||
is_skip = true
|
is_skip = true
|
||||||
end
|
end
|
||||||
if not is_skip then
|
if not is_skip then
|
||||||
if server_name == "lua_ls" then
|
-- if server_name == "lua_ls" then
|
||||||
server_name = "sumneko_lua"
|
-- server_name = "sumneko_lua"
|
||||||
end
|
-- end
|
||||||
opts = {
|
opts = {
|
||||||
on_attach = require("user.lsp.handlers").on_attach,
|
on_attach = require("user.lsp.handlers").on_attach,
|
||||||
capabilities = require("user.lsp.handlers").capabilities,
|
capabilities = require("user.lsp.handlers").capabilities,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue