Browse Source

fix: remove noice

master
Tovi Jaeschke-Rogers 2 months ago
parent
commit
842c435e33
1 changed files with 0 additions and 55 deletions
  1. +0
    -55
      .config/nvim/lua/tovi/plugins/noice.lua

+ 0
- 55
.config/nvim/lua/tovi/plugins/noice.lua View File

@ -1,55 +0,0 @@
return {
"folke/noice.nvim",
event = "VeryLazy",
dependencies = {
"MunifTanjim/nui.nvim",
"rcarriga/nvim-notify",
},
opts = {
routes = {
{
filter = {
event = "msg_show",
kind = "",
find = "written",
},
opts = { skip = true },
},
{
filter = {
event = "msg_show",
kind = "",
find = "fewer line",
},
opts = { skip = true },
},
{
filter = {
event = "msg_show",
kind = "",
find = "more line",
},
opts = { skip = true },
},
{
filter = {
event = "msg_show",
kind = "search_count",
},
opts = { skip = true },
},
},
views = {
cmdline_popup = {
border = {
style = "none",
padding = { 2, 3 },
},
filter_options = {},
win_options = {
winhighlight = "NormalFloat:NormalFloat,FloatBorder:FloatBorder",
},
},
},
},
}

Loading…
Cancel
Save