mirror of
https://github.com/gryf/.vim.git
synced 2026-04-22 10:31:24 +02:00
11 lines
287 B
VimL
11 lines
287 B
VimL
" Some common settings for all reSt files
|
|
setlocal textwidth=80
|
|
setlocal makeprg=rst2html.py\ %\ %.html
|
|
setlocal spell
|
|
setlocal smartindent
|
|
setlocal autoindent
|
|
setlocal formatoptions=tcq "set VIms default
|
|
let g:blogger_login="gryf73"
|
|
let g:blogger_name="rdobosz"
|
|
let g:blogger_browser=1
|