Add plugins and customizations

This commit is contained in:
gmcmillan82 2024-05-13 19:26:19 +02:00
parent 5aeddfdd5d
commit 9d1bfea5a4
7 changed files with 82 additions and 4 deletions

View file

@ -0,0 +1,18 @@
return {
-- lazy.nvim
{
'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',
},
},
}