From b8e3cf84adecd1a65691d35d6c8b479f8f6f8b35 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 27 Mar 2025 10:19:57 +0100 Subject: [PATCH] [Noice] Move search to popup from bottom --- nvim/lua/plugins/style/noice.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/style/noice.lua b/nvim/lua/plugins/style/noice.lua index 3f4b13c..7fd0746 100755 --- a/nvim/lua/plugins/style/noice.lua +++ b/nvim/lua/plugins/style/noice.lua @@ -21,7 +21,7 @@ return { }, -- you can enable a preset for easier configuration presets = { - bottom_search = true, -- use a classic bottom cmdline for search + bottom_search = false, -- use a classic bottom cmdline for search command_palette = true, -- position the cmdline and popupmenu together long_message_to_split = true, -- long messages will be sent to a split inc_rename = false, -- enables an input dialog for inc-rename.nvim