LoginSignup
7
5

More than 5 years have passed since last update.

ジュリアたんをvimで愛でるために

Last updated at Posted at 2017-08-20

juliaは素晴らしい言語です。
そして、juliaにはジュリアたんという非公式キャラクターがいます。

vimでjuliaを開いた際にジュリアたんを表示するプラグインを作れば、
ジュリアたん見たさにjuliaを始めるひとが増えるのでは?
という布教活動用のpluginを作りました。

Install

dein.vimでを採用している方は、tomlファイルに下記を追記してください

dein.toml

[[plugins]]
repo = 'thinca/vim-splash'

[[plugins]]
repo = 'amanoese/splash-julia'
depends = ['thinca/vim-splash']

Usage

open files of *.jl

splash-julia2.gif

もし友達にjuliaを勧める際のメリットの一つになればよいのですが...
他の言語用のpluginを作っても面白そうですね

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