lazyvim-starter

My configuration changes to https://github.com/LazyVim/starter
git clone https://git.eamoncaddigan.net/lazyvim-starter.git
Log | Files | Refs | README | LICENSE

commit 9ad6acdff121ad344cebeb640b48e6ed4d5a8f58
parent 1a2b26d37c1601b53d7ef0641fd790ffe3b1c395
Author: Jesse Zomer <jessezomer@hotmail.com>
Date:   Mon, 27 Feb 2023 10:29:06 +0100

refactor: sumneko -> lua_ls (#18)


Diffstat:
M.neoconf.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.neoconf.json b/.neoconf.json @@ -7,7 +7,7 @@ }, "neoconf": { "plugins": { - "sumneko_lua": { + "lua_ls": { "enabled": true } }