LoginSignup
7
9

More than 3 years have passed since last update.

slimvでroswellを使う設定

Last updated at Posted at 2017-09-23

roswellを使いはじめて、ros runで走る環境とslimvのreplの環境が違うのが気になったのでslimvのreplをroswellのものにしたいと思った。
> ググって出てきた記事を真似するも微妙に上手くいかない(なんで)
>> 色々試す
>>> 上手くいったので共有.

ソース

vimrcに以下を追加しました。

.vimrc
let g:slimv_swank_cmd = "!ros -e '(ql:quickload :swank) (swank:create-server)' wait > /dev/null 2> /dev/null &"
let g:slimv_lisp = 'ros run'
let g:slimv_impl = 'sbcl'
7
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
9