diff options
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index b1c4b4c..efedb7e 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -46,6 +46,10 @@ require('lazy').setup{ }, { 'rcarriga/nvim-notify' }, { 'declancm/maximize.nvim', config = true, }, + { 'CosmicNvim/cosmic-ui', + dependencies = { 'MunifTanjim/nui.nvim' }, + config = true, + }, -- -- careful the following plugins might be considered useful proceed with caution |