Added indent lines

This commit is contained in:
Dennis Potter 2018-06-20 17:38:38 +02:00
parent 717a18d58e
commit 19fc3df9a8
1 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,10 @@ let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_rust_checkers = ['cargo']
" Indent settings
let g:indentLine_char = '┆'
let g:indentLine_color_term = 239
call plug#begin()
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
@ -109,6 +113,7 @@ Plug 'wvffle/vimterm'
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer --rust-completer' }
Plug 'rdnetto/YCM-generator', { 'branch': 'stable'}
Plug 'chrisbra/Recover.vim'
Plug 'Yggdroot/indentLine'
" versioning
Plug 'tpope/vim-fugitive'