make nvim fzf wider

This commit is contained in:
2024-11-09 20:50:28 +01:00
parent b46fed0624
commit 033fe672df

View File

@@ -36,6 +36,7 @@ local function get_pickers(actions)
hidden = true, hidden = true,
previewer = false, previewer = false,
show_untracked = true, show_untracked = true,
layout_config = { width = 0.8 },
}, },
lsp_references = { lsp_references = {
theme = "dropdown", theme = "dropdown",
@@ -70,7 +71,7 @@ local config = {
sorting_strategy = "descending", sorting_strategy = "descending",
layout_strategy = "horizontal", layout_strategy = "horizontal",
layout_config = { layout_config = {
width = 0.75, width = 0.8,
preview_cutoff = 120, preview_cutoff = 120,
horizontal = { horizontal = {
preview_width = function(_, cols, _) preview_width = function(_, cols, _)