mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 08:47:26 +00:00
feat(nvim): another configuration tweak round
added snippets!
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
-- Highly experimental plugin that completely replaces the UI
|
||||
-- for messages, cmdline and the popupmenu.
|
||||
-- https://github.com/folke/noice.nvim
|
||||
|
||||
return {
|
||||
'folke/noice.nvim',
|
||||
lazy = false,
|
||||
@@ -44,6 +43,13 @@ return {
|
||||
},
|
||||
opts = { skip = true },
|
||||
},
|
||||
{
|
||||
filter = {
|
||||
event = 'notify',
|
||||
find = 'No information available',
|
||||
},
|
||||
opts = { skip = true },
|
||||
},
|
||||
},
|
||||
views = {
|
||||
cmdline_popup = {
|
||||
|
||||
Reference in New Issue
Block a user