Skip to content

Instantly share code, notes, and snippets.

@ahalbert
Created August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save ahalbert/d0b6f5e65ff0e776997b to your computer and use it in GitHub Desktop.

Select an option

Save ahalbert/d0b6f5e65ff0e776997b to your computer and use it in GitHub Desktop.
augroup VimjectsAutogroup
au BufNewFile,BufRead .vimjectrc* setlocal ft=vim
au VimEnter call vimjects#source("")
au VimEnter let g:kdsfjdfksdfjsfj = "hello"
au BufReadPre call vimjects#source("")
augroup end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment