A partir da documentação, parece que ele deve estar usando seu ~/Sites/project
diretório. (Veja :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.
Se :NERDTreeToggle
estiver carregando o diretório incorreto, tente o seguinte:
- Verifique o diretório de trabalho atual do shell.
<c-z>
suspender o Vim e depois o fazer pwd
. Use fg
para trazer de volta o Vim.
- Verifique se o diretório de trabalho atual está definido corretamente no Vim. Verifique via
:pwd
.
- Você tem algum plugin / personalização que alteraria seu diretório de trabalho atual?
- Erro ainda está ocorrendo? Crie um ticket no rastreador do NERDTree . Certifique-se de usar um vimrc mínimo e nenhum plug-in além do NerdTree para que outros possam reproduzir esse bug.
.vimrc
exceto nerdtree ... tudo voltou ao normal. Não tenho explicação para isso no momento, mas se consertou.