slimv - vim的lisp开发插件


未知
Windows
Lisp

软件简介

http://kovisoft.bitbucket.org/tutorial.html

http://kovisoft.bitbucket.org/tutorial2.html

http://kovisoft.bitbucket.org/tutorial3.html

需要python支持

安装方式和vim其他插件安装一样

最后在vimrc 中配置下

就行了

#linux
let g:slimv_swank_cmd ='! xterm -e sbcl --load /usr/share/common-lisp/source/slime/start-swank.lisp &'

#windows
let g:slimv_swank_cmd = '!start "c:/Program Files/ccl/wx86cl.exe" -l "c:/Program Files/Vim/vimfiles/slime/start-swank.lisp"'