Added indent lines
This commit is contained in:
parent
717a18d58e
commit
19fc3df9a8
5
init.vim
5
init.vim
@ -93,6 +93,10 @@ let g:syntastic_check_on_open = 1
|
|||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
let g:syntastic_rust_checkers = ['cargo']
|
let g:syntastic_rust_checkers = ['cargo']
|
||||||
|
|
||||||
|
" Indent settings
|
||||||
|
let g:indentLine_char = '┆'
|
||||||
|
let g:indentLine_color_term = 239
|
||||||
|
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
Plug 'SirVer/ultisnips'
|
Plug 'SirVer/ultisnips'
|
||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
@ -109,6 +113,7 @@ Plug 'wvffle/vimterm'
|
|||||||
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer --rust-completer' }
|
Plug 'Valloric/YouCompleteMe', { 'do': './install.py --clang-completer --rust-completer' }
|
||||||
Plug 'rdnetto/YCM-generator', { 'branch': 'stable'}
|
Plug 'rdnetto/YCM-generator', { 'branch': 'stable'}
|
||||||
Plug 'chrisbra/Recover.vim'
|
Plug 'chrisbra/Recover.vim'
|
||||||
|
Plug 'Yggdroot/indentLine'
|
||||||
|
|
||||||
" versioning
|
" versioning
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
|
Loading…
Reference in New Issue
Block a user