Skip to content

Instantly share code, notes, and snippets.

@grauwoelfchen
Created August 27, 2013 17:17
Show Gist options
  • Save grauwoelfchen/6356381 to your computer and use it in GitHub Desktop.
Save grauwoelfchen/6356381 to your computer and use it in GitHub Desktop.
NeoBundleLazy 'https://bitbucket.org/kovisoft/slimv'
augroup slimv
autocmd!
autocmd FileType lisp NeoBundleSource slimv
augroup END
"" slimv
let s:hooks = neobundle#get_hooks('slimv')
function! s:hooks.on_source(hooks)
let g:slimv_swank_cmd =
\ '!screen -dmS eval clisp -i $HOME/.vim/bundle/slimv/slime/start-swank.lisp'
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment