Installed vim-pencil for tex and markdown

This commit is contained in:
2023-06-17 23:18:58 +02:00
parent 42e1e25855
commit 3a2e42c76e
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
" Settings for markdown
set grepprg=grep\ -nH\ $*
autocmd BufRead *.md set tw=80
let g:pencil#textwidth=80
autocmd BufRead *.md set spell
autocmd FileType tex call pencil#init({'wrap': 'hard', 'autoformat': 1})