mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
added pydoc plugin added surround plugin instead of annoying (in the end) delimitMate plugin. removed some experimental files with colors added jythongold folding for python added rst snippets added tmux configuration filetype added pylint compiler updated pyflakes
5 lines
94 B
VimL
5 lines
94 B
VimL
set textwidth=80
|
|
set formatoptions+=tn
|
|
set makeprg=rst2html.py\ %\ %.html
|
|
map <F5> :make <cr>
|