chore(vim): update lua lsp to be lua_ls instead of sumneko_lua
This commit is contained in:
parent
bcab974cce
commit
9c5b1acaa6
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ local servers = {
|
|||
-- Rust
|
||||
rust_analyzer = {},
|
||||
-- Lua for the vim config and plugin dev
|
||||
sumneko_lua = {
|
||||
lua_ls = {
|
||||
settings = {
|
||||
Lua = {
|
||||
runtime = { version = "LuaJIT" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue