Commit 80d3f85 1 parent 7074569 commit 80d3f85 Copy full SHA for 80d3f85
File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,3 @@ syntax on
15
15
" Enable true colors if available
16
16
set termguicolors
17
17
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 ()
You can’t perform that action at this time.
0 commit comments