Skip to content

Commit 80d3f85

Browse files
remove vimplug from .vimrc
1 parent 7074569 commit 80d3f85

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.vimrc

-16
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,3 @@ syntax on
1515
" Enable true colors if available
1616
set termguicolors
1717
colorscheme slate
18-
" Enable italics, Make sure this is immediately after colorscheme
19-
" https://stackoverflow.com/questions/3494435/vimrc-make-comments-italic
20-
highlight Comment cterm=italic gui=italic
21-
" Automatically install vim-plug if it isn't already.
22-
" vim-plug github: https://github.com/junegunn/vim-plug
23-
if empty(glob('~/.vim/autoload/plug.vim'))
24-
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
25-
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
26-
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
27-
endif
28-
29-
call plug#begin('~/.vim/plugged')
30-
31-
Plug 'chriskempson/base16-vim'
32-
33-
call plug#end()

0 commit comments

Comments
 (0)