diff options
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index c048116..bce8eec 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -11,6 +11,9 @@ require 'dep' { -- GAMES -------------------------------------------------------------------- { 'seandewar/killersheep.nvim' }, + -- flexing on all the discord users ----------------------------------------- + -- { 'andweeb/presence.nvim' }, + -- ui ----------------------------------------------------------------------- { 'kvrohit/mellow.nvim' }, -- colorscheme { 'lukas-reineke/indent-blankline.nvim' }, -- indentation indicators |