Skip to content

Commit c6e853c

Browse files
committed
feat(neovim): improve search visually
1 parent 656bf1b commit c6e853c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvim/lua/plugins/ui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ return {
139139
},
140140
},
141141
presets = {
142-
bottom_search = true, -- use a classic bottom cmdline for search
142+
bottom_search = false, -- use a classic bottom cmdline for search
143143
command_palette = true, -- position the cmdline and popupmenu together
144144
long_message_to_split = true, -- long messages will be sent to a split
145145
inc_rename = false, -- enables an input dialog for inc-rename.nvim

0 commit comments

Comments
 (0)