From fb93992c3fb6bce50ff26a0a4214a17952e3fe89 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 22 Oct 2023 18:20:46 -0400 Subject: remove games and discord presence, and make sure dep update everytime we open neovim --- lua/core/plugins.lua | 7 +------ 1 file changed, 1 insertion(+), 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' -- cgit v1.2.1