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,
border = 'single',
fullscreen = true,
---@diagnostic disable-next-line: missing-fields
preview = {
border = 'single',
},
previewers = {
builtin = {
syntax = true,
syntax_limit_b = 1024 * 64, -- syntax limit (bytes), 0=nolimit
syntax_limit_b = 1024 * 64,
},
},
},