diff options
author | christianchiarulli <[email protected]> | 2021-06-28 12:56:05 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-28 12:56:05 -0400 |
commit | f99f1858843128976e4b6cd1cd8b2de96af7d2a9 (patch) | |
tree | 55f2158ffa6f96eb151ab0e4abc2c1cea21b7e32 /lua/default-config.lua | |
parent | 20064600161ad27980c4a32c647c695520e4fb2c (diff) |
update plugin config
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 203d21c6..7737527a 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -33,7 +33,7 @@ O = { dashboard = {active = false}, matchup = {active = false}, colorizer = {active = false}, - numb = {active = false} + numb = {active = false}, }, |