Adding conceal feature to vimrc

This commit is contained in:
EEva @ felin 2017-03-20 10:21:55 +01:00
parent 4a14f4505b
commit 99ba2927c2
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@ let plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
let g:vimtex_fold_manual=1
let g:vimtex_latexmk_enabled=0
" conceal to unicode symbols
set conceallevel=2
set concealcursor=nvc
let g:tex_conceal="adgms"
" nice pluginless stuff
set path+=**
set wildmenu