mirror of
https://github.com/klmp200/vim-sync.git
synced 2025-07-30 21:59:56 +00:00
Removed useless files and some preferences modifications
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
let syncdir="/Users/klmp200/Documents/vim-sync/"
|
||||
exec "source ".syncdir."vimrc"
|
@@ -38,7 +38,10 @@ au Syntax * RainbowParenthesesLoadBraces
|
||||
" IndentLine
|
||||
"let g:indentLine_setColors=0
|
||||
"let g:indentLine_conceallevel = 2
|
||||
let g:indentLine_concealcursor = 'inc'
|
||||
let g:indentLine_conceallevel = 2
|
||||
let g:indentLine_enabled = 1
|
||||
set list lcs=tab:\|\
|
||||
"let g:indentLine_concealcursor = 'inc'
|
||||
"let g:indentLine_conceallevel = 2
|
||||
"let g:indentLine_enabled = 1
|
||||
""$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 'drmikehenry/vim-headerguard'
|
||||
Plugin 'kien/rainbow_parentheses.vim'
|
||||
Plugin 'yggdroot/indentline'
|
||||
"Plugin 'yggdroot/indentline'
|
||||
Plugin 'terryma/vim-multiple-cursors'
|
||||
Plugin 'mhinz/vim-startify'
|
||||
Plugin 'matze/vim-move'
|
||||
|
Reference in New Issue
Block a user