diff options
author | Squibid <me@zacharyscheiman.com> | 2023-04-30 19:45:22 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-04-30 19:45:22 -0400 |
commit | 9086a26857bf1add64c42856e346df937fd78e7c (patch) | |
tree | ffcb100ee9b86a8d9411d784ed53c20529cd1948 /lua | |
parent | 1826c41bae63bf98583cb248a1401dccaa52b122 (diff) | |
download | nvim-9086a26857bf1add64c42856e346df937fd78e7c.tar.gz nvim-9086a26857bf1add64c42856e346df937fd78e7c.tar.bz2 nvim-9086a26857bf1add64c42856e346df937fd78e7c.zip |
shouldn't be on development version by default
Diffstat (limited to '')
-rw-r--r-- | lua/core/plugins.lua | 2 |
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 -------------------------------------------------------------- |