1
0
mirror of https://github.com/gryf/.vim.git synced 2026-04-20 08:53:31 +02:00
Files
.vim/ftplugin/rst/commons.vim
T

8 lines
217 B
VimL

" Some common settings for all reSt files
setlocal textwidth=80
setlocal makeprg=rst2html.py\ \"%\"\ \"%:p:r.html\"
setlocal spell
setlocal smartindent
setlocal autoindent
setlocal formatoptions=tcq "set VIms default