From b60ea9c0c2ab5385be329a4907163888bcae2b0a Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sat, 9 Dec 2023 13:59:22 +1100 Subject: [PATCH] ci: remove workspaces from luals --- .luarc.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.luarc.json b/.luarc.json index 77434c8d..6ae9cf62 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,12 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", "runtime.version" : "Lua 5.1", - "workspace": { - "library": [ - "$VIMRUNTIME", - "${3rd}/luv/library" - ] - }, "diagnostics": { "globals": [ "vim"