Created
December 10, 2013 16:45
-
-
Save pavoljuhas/7893822 to your computer and use it in GitHub Desktop.
Vim filetype plugin for restructured-text (rst) files. This file should be dropped to ~/.vim/ftplugin/ directory.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setlocal suffixesadd+=.rst | |
setlocal shiftwidth=3 shiftround | |
setlocal expandtab | |
setlocal textwidth=72 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment