1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-04 07:13:40 +02:00

nvim: add pcall to .luarc.json

This commit is contained in:
Henrik Hautakoski 2024-08-26 13:07:11 +02:00
parent a415054cda
commit 769d071538

View file

@ -5,6 +5,7 @@
"vim", "vim",
"ipairs", "ipairs",
"require", "require",
"pcall",
"pairs", "pairs",
"type", "type",
"unpack", "unpack",