refactor(nvim): do not do bottom search in noice.nvim

This commit is contained in:
Price Hiller 2023-05-05 05:08:16 -05:00
parent 65b9cab1b9
commit ecb97d7ab1
No known key found for this signature in database

View File

@ -9,7 +9,6 @@ require("noice").setup({
presets = {
long_message_to_split = true,
bottom_search = true,
inc_rename = true,
},
})