diff options
author | christianchiarulli <[email protected]> | 2021-06-28 13:11:37 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-28 13:11:37 -0400 |
commit | be20fb0c64459323d7bae5dd1f5b07966aba081c (patch) | |
tree | 051cf3fd61e3790c8d0c1dfa753cdadebc70d956 /lua/default-config.lua | |
parent | f99f1858843128976e4b6cd1cd8b2de96af7d2a9 (diff) |
ts playground option
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 7737527a..b713f425 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -34,6 +34,7 @@ O = { matchup = {active = false}, colorizer = {active = false}, numb = {active = false}, + ts_playground = {active = false}, }, |