Skip to content

Instantly share code, notes, and snippets.

@pavoljuhas
Created December 10, 2013 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavoljuhas/7893822 to your computer and use it in GitHub Desktop.
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.
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