dotfiles/config/common/nvim/lua/plugins/noice.lua

8 lines
100 B
Lua

return {
"folke/noice.nvim",
opts = {
messages = {
view_search = false,
},
},
}