summaryrefslogtreecommitdiffstats
path: root/lua/core/plugins.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-04-30 19:45:22 -0400
committerSquibid <me@zacharyscheiman.com>2023-04-30 19:45:22 -0400
commit9086a26857bf1add64c42856e346df937fd78e7c (patch)
treeffcb100ee9b86a8d9411d784ed53c20529cd1948 /lua/core/plugins.lua
parent1826c41bae63bf98583cb248a1401dccaa52b122 (diff)
downloadnvim-9086a26857bf1add64c42856e346df937fd78e7c.tar.gz
nvim-9086a26857bf1add64c42856e346df937fd78e7c.tar.bz2
nvim-9086a26857bf1add64c42856e346df937fd78e7c.zip
shouldn't be on development version by default
Diffstat (limited to 'lua/core/plugins.lua')
-rw-r--r--lua/core/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index e15d93b..18e16e6 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -2,7 +2,7 @@ require 'dep' {
-- dep manages dep ----------------------------------------------------------
{ 'squibid/dep',
url = 'https://git.squi.bid/dep',
- branch = 'dev'
+ -- branch = 'dev'
},
-- preformance --------------------------------------------------------------