LoginSignup
0
0

More than 1 year has passed since last update.

twitvimをdeinのplugins.tomlでinstallする

Posted at

NeoBundleでtwitvimをinstall方法は公式に記載がある。しかし、deinでのinstall方法がないので記載する。

前提

  • deinでvimパッケージの管理している。
  • plugins.toml を使用している。

手順

1. plugins.tomlに下記を記載する

plugins.toml
[[plugins]]
repo = 'twitvim/twitvim'

2. vimを起動する。

$ vim

3. installコマンドを実行する

:call dein#install()

install完了

コマンド一覧

twitvimのUsageに記載があるが、よく使うコマンドをこちらにも日本語訳して書く。

  • :PosttoTwitter - ツイッターへメッセージを送るためのコマンドです。
  • :FriendsTwitter - フォロワーのツイートを見る。
  • :UserTwitter - 自分のタイムラインを見る。
  • :PublicTwitter - 公開タイムラインを見る。
  • :DMTwitter - ダイレクトメッセージを見る。
  • :SearchTwitter - ツイッターの検索窓を使う。
0
0
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
0
0