Add plugins and customizations
This commit is contained in:
parent
5aeddfdd5d
commit
9d1bfea5a4
7 changed files with 82 additions and 4 deletions
18
lua/custom/plugins/noice.lua
Normal file
18
lua/custom/plugins/noice.lua
Normal 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',
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue