Disable conceal mode in vim-pencil
This commit is contained in:
@@ -23,6 +23,7 @@ set grepprg=grep\ -nH\ $*
|
|||||||
let g:tex_flavor='latex'
|
let g:tex_flavor='latex'
|
||||||
set iskeyword+=:
|
set iskeyword+=:
|
||||||
let g:pencil#textwidth=100
|
let g:pencil#textwidth=100
|
||||||
|
let g:pencil#conceallevel=0
|
||||||
autocmd BufRead *.tex set spell
|
autocmd BufRead *.tex set spell
|
||||||
autocmd BufRead,BufEnter *.tex nnoremap <F9> :w <CR> :!/usr/bin/waf configure build <CR>
|
autocmd BufRead,BufEnter *.tex nnoremap <F9> :w <CR> :!/usr/bin/waf configure build <CR>
|
||||||
autocmd BufRead,BufEnter *.tex let b:AutoPairs = {'(':')', '[':']', '{':'}'}
|
autocmd BufRead,BufEnter *.tex let b:AutoPairs = {'(':')', '[':']', '{':'}'}
|
||||||
|
|||||||
Reference in New Issue
Block a user