diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-20 21:54:52 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-20 21:54:52 +0800 |
| commit | d13aae9b1952fef8dd715bfee27f4410e6b39fe7 (patch) | |
| tree | 49aa67c21858c3a85e626c08a5cd223833dafc30 /lua | |
| parent | 82212af82e2d9cec3422a217fc6f093adde0b937 (diff) | |
disable auto-preview of bqf
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/bqf.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/config/bqf.lua b/lua/config/bqf.lua index 5ef5d5b..bf4bf58 100644 --- a/lua/config/bqf.lua +++ b/lua/config/bqf.lua @@ -1,3 +1,6 @@ require("bqf").setup({ auto_resize_height = false, + preview = { + auto_preview = false, + } }) |
