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