6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[vim] Tern for Vim で関数定義を下に表示する方法

Posted at

[Tern for Vim] (https://github.com/marijnh/tern_for_vim)はvimのJavascript補完を賢くするプラグインだが、標準の動作では関数定義の説明が上に表示されコード全体が下にずれて邪魔に感じた。

rapture_20141102225858.png

.vimrcに次の設定を追加したら下に表示されるようになった。

set splitbelow

rapture_20141102230117.png

しかし、この設定はすべての新しいウィンドウを下に追加するという設定なので他の場所に影響があるかもしれない

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?