From 769d07153892bda52615370701b542269d0fead7 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 26 Aug 2024 13:07:11 +0200 Subject: [PATCH] nvim: add pcall to .luarc.json --- nvim/.luarc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/.luarc.json b/nvim/.luarc.json index 17006c9..48102b9 100644 --- a/nvim/.luarc.json +++ b/nvim/.luarc.json @@ -5,6 +5,7 @@ "vim", "ipairs", "require", + "pcall", "pairs", "type", "unpack",