feat(nvim): another configuration tweak round

added snippets!
This commit is contained in:
2024-10-03 01:32:19 +03:00
parent b06ac3bc0f
commit b127c2514d
28 changed files with 2006 additions and 593 deletions

View File

@@ -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 = {