Disable conceal mode in vim-pencil

This commit is contained in:
2023-06-17 23:37:20 +02:00
parent 3a2e42c76e
commit 1b6bf482a7

View File

@@ -23,6 +23,7 @@ set grepprg=grep\ -nH\ $*
let g:tex_flavor='latex'
set iskeyword+=:
let g:pencil#textwidth=100
let g:pencil#conceallevel=0
autocmd BufRead *.tex set spell
autocmd BufRead,BufEnter *.tex nnoremap <F9> :w <CR> :!/usr/bin/waf configure build <CR>
autocmd BufRead,BufEnter *.tex let b:AutoPairs = {'(':')', '[':']', '{':'}'}