Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created May 4, 2015 05:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashwin/51f47a0fd7c6508d5740 to your computer and use it in GitHub Desktop.
Save ashwin/51f47a0fd7c6508d5740 to your computer and use it in GitHub Desktop.
Set compiler in Vim for ASCIIDoc files
" Vim-Asciidoc plugin sets compiler by default to asciidoc
" Here we set it to asciidoctor
autocmd Filetype asciidoc compiler asciidoctor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment