From 3b4569067ecf7e6aee4699c8685d5cc0b0234957 Mon Sep 17 00:00:00 2001 From: ray-x Date: Thu, 12 Jan 2023 21:12:22 +1100 Subject: [PATCH] Fix lua language server show message every time lua file is opened --- lua/navigator/lspclient/sumneko_lua.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/navigator/lspclient/sumneko_lua.lua b/lua/navigator/lspclient/sumneko_lua.lua index cd9faf8..b1d1f8e 100644 --- a/lua/navigator/lspclient/sumneko_lua.lua +++ b/lua/navigator/lspclient/sumneko_lua.lua @@ -43,6 +43,7 @@ local function sumneko_lua() workspace = { -- Make the server aware of Neovim runtime files library = library, + checkThirdParty = false, maxPreload = 1000, preloadFileSize = 40000, },