mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 03:50:30 +01:00
Separated filetype specific settings into ftplugin directory,
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
This commit is contained in:
4
ftplugin/rst/commons.vim
Normal file
4
ftplugin/rst/commons.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
set textwidth=80
|
||||
set formatoptions+=tn
|
||||
set makeprg=rst2html.py\ %\ %.html
|
||||
map <F5> :make <cr>
|
||||
Reference in New Issue
Block a user