mirror of
https://github.com/klmp200/vim-sync.git
synced 2024-11-21 21:53:32 +00:00
Removed useless files and some preferences modifications
This commit is contained in:
parent
8f2f2e542b
commit
758f4943d3
@ -1,2 +0,0 @@
|
|||||||
let syncdir="/Users/klmp200/Documents/vim-sync/"
|
|
||||||
exec "source ".syncdir."vimrc"
|
|
@ -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"
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user