LoginSignup
4
5

More than 5 years have passed since last update.

slimv.vim導入

Posted at

slimv.vim

EmacsのSLIMEのVim版です。

前提条件

以下のものがインストールされていることが必要です。
・OS : Windows 10 x64
・処理系 : Steel Bank Common Lisp 1.3.7
・Vim : 8.0 32bit版(NeoBundleインストール済み)

導入手順

1. gvimを起動して:versionする。python/dynの記述があればOK。
2. python 2.7.12 32bit版をインストール、パスを通しておく。
3. 再びgvimを起動して:echo has('python')を実行、1が返ってくればOK。
4. .vimrcに以下を追加

.vimrc
NeoBundle 'kovisoft/slimv'

5. NeoBundleInstallする。
6. テスト用プログラムを作る。

hello.lisp
(print "hello slimv")

7. Vimでhello.lispを開くと、自動的にslimvがロードされる。
8. ,bでバッファ全体を評価。SLIMEが立ち上がればOK。

4
5
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
4
5