projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb147f
)
add vim-json
author
Amin Bandali
<me@aminb.org>
Wed, 29 Oct 2014 02:29:31 +0000
(22:29 -0400)
committer
Amin Bandali
<me@aminb.org>
Wed, 29 Oct 2014 02:29:31 +0000
(22:29 -0400)
and partially resolve its conflict with indentLine
vim/.vimrc
patch
|
blob
|
blame
|
history
diff --git
a/vim/.vimrc
b/vim/.vimrc
index
4a3981d
..
e3c3679
100644
(file)
--- a/
vim/.vimrc
+++ b/
vim/.vimrc
@@
-21,6
+21,7
@@
Plugin 'Yggdroot/indentLine'
Plugin 'airblade/vim-gitgutter'
"Plugin 'altercation/vim-colors-solarized'
Plugin 'terryma/vim-multiple-cursors'
+Plugin 'elzr/vim-json'
call vundle#end() " required
" ==== </Vundle> ====
@@
-237,3
+238,6
@@
let &t_EI = "\<Esc>]50;CursorShape=0\x7"
set pastetoggle=<leader>t
+set conceallevel=0
+let g:vim_json_syntax_conceal = 0
+let g:indentLine_noConcealCursor=""