fix: remove annoying search counter from noice
This commit is contained in:
parent
2633d5f748
commit
9232d7000b
@ -37,6 +37,9 @@ return {
|
|||||||
'folke/noice.nvim',
|
'folke/noice.nvim',
|
||||||
config = function()
|
config = function()
|
||||||
require('noice').setup {
|
require('noice').setup {
|
||||||
|
messages = {
|
||||||
|
view_search = false,
|
||||||
|
},
|
||||||
cmdline = {
|
cmdline = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
view = 'cmdline', -- view for rendering the cmdline. Change to `cmdline` to get a classic cmdline at the bottom
|
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