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 /lv-config.lua | |
parent | f99f1858843128976e4b6cd1cd8b2de96af7d2a9 (diff) |
ts playground option
Diffstat (limited to 'lv-config.lua')
-rw-r--r-- | lv-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lv-config.lua b/lv-config.lua index 90672d58..41a59eb2 100644 --- a/lv-config.lua +++ b/lv-config.lua @@ -23,6 +23,7 @@ O.plugin.dashboard.active = true O.plugin.matchup.active = true O.plugin.colorizer.active = true O.plugin.numb.active = true +O.plugin.ts_playground.active = true -- dashboard -- O.dashboard.custom_header = {""} |