make nvim fzf wider
This commit is contained in:
parent
b46fed0624
commit
033fe672df
1 changed files with 2 additions and 1 deletions
|
|
@ -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, _)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue