diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-12 23:20:06 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-12 23:20:06 +0800 |
| commit | a489b67cddc6d28f91983c812b0336473e8df00b (patch) | |
| tree | b03895494ff78cc76cc499b146db9755036e3ce4 /lua/plugins.lua | |
| parent | 3dce4506ebd80da0cd30050fc8ab10693943d461 (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.lua | 2 |
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' |
