nvim: fzf: update config

This commit is contained in:
He4eT 2026-06-03 16:12:31 +02:00
commit b984b980b7

View file

@ -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,
}, },
}, },
}, },