Changes listchars

This commit is contained in:
William Carroll 2016-11-17 18:05:52 -05:00
parent 338d3f7b44
commit bd7107b6fc

View file

@ -140,17 +140,13 @@ let g:javascript_plugin_jsdoc = 1
" GlobalListchars
set list
set listchars=eol:¶,trail:~,nbsp:␣
set listchars=tab:··,trail,nbsp
" Keeps everything concealed at all times. Even when cursor is on the word.
set conceallevel=1
set concealcursor=nvic
" JavaScript thanks to pangloss/vim-javascript
" let g:javascript_conceal_function = "ƒ"
" match ErrorMsg /ƒ/
" Ultisnips
" Track the engine.