From ebd794f080514514b2066a41363be6d7b0136871 Mon Sep 17 00:00:00 2001 From: Jesse Zomer Date: Fri, 24 Feb 2023 12:19:44 +0100 Subject: [PATCH] refactor: sumneko -> lua_ls --- .neoconf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.neoconf.json b/.neoconf.json index aa1b504..7c48087 100644 --- a/.neoconf.json +++ b/.neoconf.json @@ -7,7 +7,7 @@ }, "neoconf": { "plugins": { - "sumneko_lua": { + "lua_ls": { "enabled": true } }