aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-12 23:20:06 +0800
committerjdhao <jdhao@hotmail.com>2021-07-12 23:20:06 +0800
commita489b67cddc6d28f91983c812b0336473e8df00b (patch)
treeb03895494ff78cc76cc499b146db9755036e3ce4 /lua/plugins.lua
parent3dce4506ebd80da0cd30050fc8ab10693943d461 (diff)
update onedark install settings for packer
Onedark decides to change its master branch to main (I don't know why?)
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index edd9dd6..f2482c1 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -85,7 +85,7 @@ require('packer').startup(
use 'lifepillar/vim-gruvbox8'
use 'ajmwagar/vim-deus'
use 'lifepillar/vim-solarized8'
- use 'joshdick/onedark.vim'
+ use {'joshdick/onedark.vim', branch = 'main'}
use 'KeitaNakamura/neodark.vim'
use 'sainnhe/edge'
use 'sainnhe/sonokai'