From cf3b72c492d9366ab0e04dc05b11b4b5312fd058 Mon Sep 17 00:00:00 2001 From: Blithe Chiang Date: Mon, 3 Jul 2023 16:03:25 +0800 Subject: [PATCH] config: silent lua https://github.com/neovim/nvim-lspconfig/issues/1700 --- neoconf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neoconf.json b/neoconf.json index f139c9ca6c3..a449180aeec 100644 --- a/neoconf.json +++ b/neoconf.json @@ -1,5 +1,8 @@ { "lspconfig": { + "lua_ls": { + "Lua.workspace.checkThirdParty": false + }, "eslint": { "eslint.enable": false, "eslint.workingDirectories": [