diff options
author | William Goulois <[email protected]> | 2021-07-03 19:52:07 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-03 13:52:07 -0400 |
commit | 0096e0baa93f26097c1ce26a9e0a72bed0c5a468 (patch) | |
tree | a434f022a70ce5100781caa5f8dd3c8be5f07467 /utils/installer/lv-config.example.lua | |
parent | 7e78b140091a189b6e3ff8751b123bf585640db8 (diff) |
feat(615): transparent background option (#617)
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index 543f8a72..c90d4876 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -18,6 +18,7 @@ O.leader_key = ' ' O.ignore_case = true O.smart_case = true O.lushmode = false +O.transparent_window = false -- After changing plugin config it is recommended to run :PackerCompile O.plugin.hop.active = false |