Từ tài liệu có vẻ như nó nên được sử dụng ~/Sites/project
thư mục của bạn . (Xem :h :NERDTree
)
:NERDTree [<start-directory> | <bookmark>] *:NERDTree*
Opens a fresh NERD tree. The root of the tree depends on the argument
given. There are 3 cases: If no argument is given, the current directory
will be used. If a directory is given, that will be used. If a bookmark
name is given, the corresponding directory will be used. For example: >
:NERDTree /home/marty/vim7/src
:NERDTree foo (foo is the name of a bookmark)
:NERDTreeToggle [<start-directory> | <bookmark>] *:NERDTreeToggle*
If a NERD tree already exists for this tab, it is reopened and rendered
again. If no NERD tree exists for this tab then this command acts the
same as the |:NERDTree| command.
Nếu :NERDTreeToggle
đang tải thư mục không chính xác, bạn cần thử các cách sau:
- Xác nhận thư mục làm việc hiện tại của shell.
<c-z>
đình chỉ Vim rồi làm pwd
. Sử dụng fg
để mang Vim trở lại.
- Đảm bảo thư mục làm việc hiện tại của bạn được đặt chính xác bên trong Vim. Kiểm tra thông qua
:pwd
.
- Bạn có một số plugin / tùy chỉnh sẽ thay đổi thư mục làm việc hiện tại của bạn?
- Lỗi vẫn xảy ra? Tạo một vé trong trình theo dõi của NERDTree . Hãy chắc chắn rằng bạn sử dụng một vimrc tối thiểu và không có plugin nào ngoài NerdTree để những người khác có thể tái tạo lỗi này.
.vimrc
ngoại trừ nerdtree ... mọi thứ trở lại bình thường. Tôi không có bất kỳ lời giải thích nào cho việc này vào lúc này, nhưng nó đã tự sửa.