summaryrefslogtreecommitdiffstats
path: root/lua/core
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-22 18:20:46 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-22 18:20:46 -0400
commitfb93992c3fb6bce50ff26a0a4214a17952e3fe89 (patch)
tree9d223c65e74a74a54b51434bacb5dbee6c3208b4 /lua/core
parent01729e261340a4462a57bf80f6e591c1371ae996 (diff)
downloadnvim-fb93992c3fb6bce50ff26a0a4214a17952e3fe89.tar.gz
nvim-fb93992c3fb6bce50ff26a0a4214a17952e3fe89.tar.bz2
nvim-fb93992c3fb6bce50ff26a0a4214a17952e3fe89.zip
remove games and discord presence, and make sure dep update everytime we open neovim
Diffstat (limited to '')
-rw-r--r--lua/core/plugins.lua7
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'