This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: remove noice
master
Tovi Jaeschke-Rogers
4 months ago
parent
f7d5ca6c75
commit
842c435e33
1 changed files
with
0 additions
and
55 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
"
,
}
,
}
,
}
,
}
,
}
Write
Preview
Loading…
Cancel
Save