LoginSignup
6
6

More than 5 years have passed since last update.

Vim用のスニペットを生成する

Posted at

tagsファイル生成

該当プロジェクトのディレクトリに移動しrake ctagsを実行

cd hoge_project
rake ctags

生成用スクリプトの入手

https://gist.github.com/2652913
からsnipper.rbを入手し上記で生成したtagsと同じディレクトリに置く。

スクリプト実行

ruby snipper.rb

実行後、ruby.snippetsが生成されいてるので自身の環境に適用して完了。

6
6
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
6
6