make nvim fzf wider
This commit is contained in:
@@ -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, _)
|
||||
|
||||
Reference in New Issue
Block a user