Skip to content

Commit e8a8b56

Browse files
committed
Fixed indentLine (again)
indentLine was messing with elzr/vim-json again. They changed the syntax for preventing from being aggressive in changing the `concealcursor` settings. Related: elzr/vim-json#75
1 parent c866ca6 commit e8a8b56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/nvim/plugins.vim

+3-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,9 @@ Plug 'garyburd/go-explorer', { 'for': 'go', 'do': 'go get github.com/garyburd/go
228228
" ---- Indentation Columns {{{
229229
" Display an indent line
230230
Plug 'Yggdroot/indentLine'
231-
let g:indentLine_char = ""
232-
let g:indentLine_noConcealCursor = 1
231+
" let g:indentLine_char = "│"
232+
let g:indentLine_char = "¦"
233+
let g:indentLine_setConceal = 0
233234

234235
" }}}
235236
" ---- Cursorline Colors {{{

0 commit comments

Comments
 (0)