mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-18 19:04:26 +00:00
nvim: fzf: update config
This commit is contained in:
parent
d51a0359c1
commit
b984b980b7
1 changed files with 2 additions and 1 deletions
|
|
@ -329,13 +329,14 @@ require('lazy').setup({
|
||||||
backdrop = 100,
|
backdrop = 100,
|
||||||
border = 'single',
|
border = 'single',
|
||||||
fullscreen = true,
|
fullscreen = true,
|
||||||
|
---@diagnostic disable-next-line: missing-fields
|
||||||
preview = {
|
preview = {
|
||||||
border = 'single',
|
border = 'single',
|
||||||
},
|
},
|
||||||
previewers = {
|
previewers = {
|
||||||
builtin = {
|
builtin = {
|
||||||
syntax = true,
|
syntax = true,
|
||||||
syntax_limit_b = 1024 * 64, -- syntax limit (bytes), 0=nolimit
|
syntax_limit_b = 1024 * 64,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue