chore(vim): update lua lsp to be lua_ls instead of sumneko_lua

This commit is contained in:
Ade Attwood 2023-04-25 20:37:52 +01:00
parent bcab974cce
commit 9c5b1acaa6

View file

@ -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" },