mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
disable auto-preview of bqf
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
require("bqf").setup({
|
require("bqf").setup({
|
||||||
auto_resize_height = false,
|
auto_resize_height = false,
|
||||||
|
preview = {
|
||||||
|
auto_preview = false,
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user