From e23594f3a6878dc5b9d1324e5a847e091b5b4960 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 30 Dec 2023 20:56:19 +0100 Subject: [PATCH] nvim: update lua ls config --- .config/nvim/lua/my/lsp.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/my/lsp.lua b/.config/nvim/lua/my/lsp.lua index c13f078..30e9312 100644 --- a/.config/nvim/lua/my/lsp.lua +++ b/.config/nvim/lua/my/lsp.lua @@ -149,8 +149,10 @@ if vim.fn.executable('clangd') > 0 then }) end +-- TODO: re-check config recommendation, looks like some things changed +-- if vim.fn.executable('lua-language-server') > 0 then - lspconfig.sumneko_lua.setup({ + lspconfig.lua_ls.setup({ settings = { Lua = { runtime = {