1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Fix a bug with hidden characters.

This commit is contained in:
2017-12-27 16:34:29 +01:00
parent 77c29ad1b8
commit d365e187bc
2 changed files with 3 additions and 3 deletions

View File

@@ -51,5 +51,5 @@ set viminfo+=n~/.cache/vim/viminfo
" Death to the "Thanks for flying vim" message " Death to the "Thanks for flying vim" message
set titleold="" set titleold=""
" Fix an annoying issue in vim-latex " Fix an issue with the indentLine plugin.
let g:tex_conceal = "" let g:indentLine_concealcursor='nc'