Found an odd ':' on a line, removed it and saved

This commit is contained in:
Russell R. 2020-09-30 17:39:21 -04:00
parent 4f920ae595
commit acbf0930e7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ call plug#begin('~/.vim/plugged')
Plug 'junegunn/fzf.vim' " fuzzy finder
Plug 'airblade/vim-rooter'
Plug 'vimwiki/vimwiki'
:Plug 'gertjanreynaert/cobalt2-vim-theme' " added coblt2 theme
Plug 'gertjanreynaert/cobalt2-vim-theme' " added coblt2 theme
call plug#end()