diff options
author | Squibid <me@zacharyscheiman.com> | 2023-06-26 11:41:02 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-06-26 11:41:02 -0400 |
commit | ffd3920402952e183e79b0736c775aa4926f0bec (patch) | |
tree | cf9fbf565e24e1626622c000b8be345087564294 /lua/core/plugins.lua | |
parent | 9a2959b394fbe9ec15ecd7dbcc22dfe85133537e (diff) | |
download | nvim-ffd3920402952e183e79b0736c775aa4926f0bec.tar.gz nvim-ffd3920402952e183e79b0736c775aa4926f0bec.tar.bz2 nvim-ffd3920402952e183e79b0736c775aa4926f0bec.zip |
flex on the discord users
disabled by default for privacy reasons
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 |