We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656bf1b commit c6e853cCopy full SHA for c6e853c
nvim/lua/plugins/ui.lua
@@ -139,7 +139,7 @@ return {
139
},
140
141
presets = {
142
- bottom_search = true, -- use a classic bottom cmdline for search
+ bottom_search = false, -- use a classic bottom cmdline for search
143
command_palette = true, -- position the cmdline and popupmenu together
144
long_message_to_split = true, -- long messages will be sent to a split
145
inc_rename = false, -- enables an input dialog for inc-rename.nvim
0 commit comments