Skip to content

Instantly share code, notes, and snippets.

@qickstarter
Created July 10, 2013 08:14
Show Gist options
  • Save qickstarter/5964372 to your computer and use it in GitHub Desktop.
Save qickstarter/5964372 to your computer and use it in GitHub Desktop.
function! s:do_lang8_autocmd() "{{{
let pwd = getcwd()
if pwd =~ 'lang-8'
call s:lang8_settings()
else
let g:neorspec_command = 'Dispatch rspec {spec}'
endif
endfunction"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment