From 1fc9d83c9b3194a97b8104c38d8fc63ba1d72df8 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 26 Aug 2024 18:46:14 +0200 Subject: [PATCH] nvim/.luarc.json: add more globals --- nvim/.luarc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nvim/.luarc.json b/nvim/.luarc.json index 48102b9..7394b0d 100644 --- a/nvim/.luarc.json +++ b/nvim/.luarc.json @@ -9,7 +9,10 @@ "pairs", "type", "unpack", - "table" + "table", + "string", + "os", + "tostring", ], "workspace.checkThirdParty": false, "workspace.library": ["$VIMRUNTIME", "./lua"]