fix: remove annoying search counter from noice

This commit is contained in:
fiplox 2023-04-15 12:28:55 +02:00
parent 2633d5f748
commit 9232d7000b
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ return {
'folke/noice.nvim',
config = function()
require('noice').setup {
messages = {
view_search = false,
},
cmdline = {
enabled = true,
view = 'cmdline', -- view for rendering the cmdline. Change to `cmdline` to get a classic cmdline at the bottom