diff options
-rw-r--r-- | lua/core/plugins.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 106e73d..9309a10 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -1,4 +1,5 @@ require 'dep' { + sync = "always", -- dep manages dep ---------------------------------------------------------- { 'squibid/dep', url = 'https://git.squi.bid/dep', @@ -9,12 +10,6 @@ require 'dep' { url = 'https://git.squi.bid/git-yodel' }, - -- GAMES -------------------------------------------------------------------- - { 'seandewar/killersheep.nvim' }, - - -- flexing on all the discord users ----------------------------------------- - -- { 'andweeb/presence.nvim' }, - -- colorschemes ------------------------------------------------------------- { 'kvrohit/mellow.nvim', requires = 'nvim-treesitter/nvim-treesitter' |