From 1731aee691882213db14ba09eb2ca1f89f9ca7b3 Mon Sep 17 00:00:00 2001 From: Daniel Heras Quesada Date: Wed, 8 Oct 2025 15:31:21 +0200 Subject: [PATCH] feat: base monkeylist config file added but still ignored --- lua/config/monkeylist.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 lua/config/monkeylist.lua diff --git a/lua/config/monkeylist.lua b/lua/config/monkeylist.lua new file mode 100644 index 0000000..6c4c439 --- /dev/null +++ b/lua/config/monkeylist.lua @@ -0,0 +1 @@ +return "one,another"