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,
previewer = false,
show_untracked = true,
layout_config = { width = 0.8 },
},
lsp_references = {
theme = "dropdown",
@@ -70,7 +71,7 @@ local config = {
sorting_strategy = "descending",
layout_strategy = "horizontal",
layout_config = {
width = 0.75,
width = 0.8,
preview_cutoff = 120,
horizontal = {
preview_width = function(_, cols, _)