diff options
author | Squibid <me@zacharyscheiman.com> | 2023-02-26 15:59:28 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-02-26 15:59:28 -0500 |
commit | c4fcb3f442333df669a50c443a7fa4cde6e15dda (patch) | |
tree | 9207310a6be2133b7819fcb35012021e44bb4947 /lua/core/plugins.lua | |
parent | 794892e3c255a41ad9da74f94bd7d0896485cce8 (diff) | |
download | nvim-c4fcb3f442333df669a50c443a7fa4cde6e15dda.tar.gz nvim-c4fcb3f442333df669a50c443a7fa4cde6e15dda.tar.bz2 nvim-c4fcb3f442333df669a50c443a7fa4cde6e15dda.zip |
add cosmic ui
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 |