add flash, noice. update to remove coq

This commit is contained in:
Alex Muszynski
2025-04-13 19:10:27 -04:00
parent b14b659204
commit 8fa24ea055
5 changed files with 140 additions and 189 deletions
+15
View File
@@ -0,0 +1,15 @@
return {
'folke/noice.nvim',
event = 'VeryLazy',
opts = {
-- add any options here
},
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
'MunifTanjim/nui.nvim',
-- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback
'rcarriga/nvim-notify',
},
}