Fix filetype for md files
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
" Settings for markdown
|
" Settings for markdown
|
||||||
set grepprg=grep\ -nH\ $*
|
set grepprg=grep\ -nH\ $*
|
||||||
let g:pencil#textwidth=80
|
let g:pencil#textwidth=80
|
||||||
|
let g:pencil#conceallevel=0
|
||||||
autocmd BufRead *.md set spell
|
autocmd BufRead *.md set spell
|
||||||
autocmd FileType tex call pencil#init({'wrap': 'hard', 'autoformat': 1})
|
autocmd FileType md call pencil#init({'wrap': 'hard', 'autoformat': 1})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user