Skip to content

Commit

Permalink
enable conceal
Browse files Browse the repository at this point in the history
  • Loading branch information
mattly committed Sep 4, 2014
1 parent 51c4e19 commit d6caae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/vimrc
Expand Up @@ -114,6 +114,8 @@ execute pathogen#infect()
" c: auto-wrap comments
" q: auto-format comments with 'gq'
" 1: don't break after 1-char word
set conceallevel=2
set concealcursor=nc " enable conceal, even for cursor line in normal/command modes

for fpath in split(globpath('~/.vim/settings', '*.vim'), '\n')
exe 'source' fpath
Expand Down

0 comments on commit d6caae9

Please sign in to comment.