Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created May 4, 2015 05:48
Show Gist options
  • Select an option

  • Save ashwin/51f47a0fd7c6508d5740 to your computer and use it in GitHub Desktop.

Select an option

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