⚙️ config(nvim): boole new conditions

This commit is contained in:
Sergio Laín 2023-11-28 13:18:10 +01:00
parent cf84a9fb09
commit 5ed0f02e8a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -17,9 +17,8 @@ return {
}, },
allow_caps_additions = { allow_caps_additions = {
{ "enable", "disable" }, { "enable", "disable" },
-- enable → disable { "Enable", "Disable" },
-- Enable → Disable { "ENABLE", "DISABLE" },
-- ENABLE → DISABLE
}, },
}, },
} }