fix: remove annoying search counter from noice
This commit is contained in:
parent
2633d5f748
commit
9232d7000b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user