Removed useless files and some preferences modifications

This commit is contained in:
Antoine Bartuccio 2017-05-17 14:34:17 +02:00
parent 8f2f2e542b
commit 758f4943d3
3 changed files with 8 additions and 7 deletions

View File

@ -1,2 +0,0 @@
let syncdir="/Users/klmp200/Documents/vim-sync/"
exec "source ".syncdir."vimrc"

View File

@ -38,7 +38,10 @@ au Syntax * RainbowParenthesesLoadBraces
" IndentLine " IndentLine
"let g:indentLine_setColors=0 "let g:indentLine_setColors=0
"let g:indentLine_conceallevel = 2 "let g:indentLine_conceallevel = 2
let g:indentLine_concealcursor = 'inc' "let g:indentLine_concealcursor = 'inc'
let g:indentLine_conceallevel = 2 "let g:indentLine_conceallevel = 2
let g:indentLine_enabled = 1 "let g:indentLine_enabled = 1
set list lcs=tab:\|\ ""$set list lcs=tab:\|\
" Bépo remaps
silent! source "$HOME/.vim/bundle/bepo-vim-remap/plugin/bepo.vim"

View File

@ -18,7 +18,7 @@ Plugin 'a.vim'
Plugin 'shanzi/autoheader' Plugin 'shanzi/autoheader'
Plugin 'drmikehenry/vim-headerguard' Plugin 'drmikehenry/vim-headerguard'
Plugin 'kien/rainbow_parentheses.vim' Plugin 'kien/rainbow_parentheses.vim'
Plugin 'yggdroot/indentline' "Plugin 'yggdroot/indentline'
Plugin 'terryma/vim-multiple-cursors' Plugin 'terryma/vim-multiple-cursors'
Plugin 'mhinz/vim-startify' Plugin 'mhinz/vim-startify'
Plugin 'matze/vim-move' Plugin 'matze/vim-move'