Browse Source

Update vimrc: fix vim-bindzone plugin URI and change colorscheme to 'nord'

Emmanuel Bouthenot 4 years ago
parent
commit
0671f8124b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .vimrc

+ 2 - 2
.vimrc

@@ -33,7 +33,7 @@ Plug 'LaTeX-Box-Team/LaTeX-Box'
 Plug 'SirVer/ultisnips'
 Plug 'honza/vim-snippets'
 Plug 'rkitover/vimpager'
-Plug 'http://git.openics.org/kolter/vim-bindzone.git'
+Plug 'https://git.openics.org/kolter/vim-bindzone.git'
 call plug#end()
 " }}}
 
@@ -82,7 +82,7 @@ endif
 syntax on
 set t_Co=256
 set bg=dark
-colorscheme grb256
+colorscheme nord
 " }}}
 
 " {{{ Interface Settings