Skip to content

Commit

Permalink
fix(cmdline_input): put in same position as cmdline_popup
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 13, 2024
1 parent d21d1d6 commit e55ce94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lua/noice/config/views.lua
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,14 @@ M.defaults = {
},
cmdline_input = {
view = "cmdline_popup",
relative = "cursor",
anchor = "auto",
position = { row = 2, col = 2 },
size = {
min_width = 20,
width = "auto",
height = "auto",
},
-- relative = "cursor",
-- anchor = "auto",
-- position = { row = 2, col = 2 },
-- size = {
-- min_width = 20,
-- width = "auto",
-- height = "auto",
-- },
},
confirm = {
backend = "popup",
Expand Down

0 comments on commit e55ce94

Please sign in to comment.