[nvim] fix: rename lua LSP server

This commit is contained in:
David JULIEN 2023-02-12 18:41:26 +01:00
parent 9aed284dbe
commit 306a6ef1da
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ _G.lsp_root_dir = vim.fn.stdpath("data") .. "/mason/bin"
local servers = { local servers = {
"clangd", "clangd",
"rust_analyzer", "rust_analyzer",
"sumneko_lua", "lua_ls",
"texlab", "texlab",
} }