LoginSignup
1
1

More than 5 years have passed since last update.

nerdtreeでファイルやディレクトリ名の先頭が表示されない

Posted at

こんなときの対処法

スクリーンショット 2018-11-18 16.58.31.png

ディレクトリの名前がうまく表示されていない。こちらのissueによれば環境ごとに設定が必要らしい。

Missing first character in tree structure

そこで.vimrcに上記issueにある通りに記述する。

let NERDTreeNodeDelimiter = "\t"

なおった。

スクリーンショット 2018-11-18 17.01.20.png

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