Note that there are some explanatory texts on larger screens.

plurals
  1. POProblems installing Nerdtree
    primarykey
    data
    text
    <p>According to the nerdtree install directions, I needed to install pathogen.vim to install nerdtree. To install pathogen.vim, I followed the pathogen install instructions, and I did this:</p> <pre><code>~$ mkdir -p ~/.vim/autoload ~/.vim/bundle; \ &gt; curl -so ~/.vim/autoload/pathogen.vim \ &gt; &lt;link to github&gt; </code></pre> <p>That created pathogen.vim here:</p> <pre><code>~/.vim/autoload$ ls pathogen.vim … … … </code></pre> <p>Then I followed the pathogen install instruction:</p> <pre><code>Add this to your vimrc: call pathogen#infect() </code></pre> <p>==</p> <pre><code>~$ cat .vimrc … … "For pathogen(a vim installer): call pathogen#infect() </code></pre> <p>Then following the nerdtree install instructions:</p> <pre><code>pathogen.vim is the recommended way to install nerdtree. cd ~/.vim/bundle git clone &lt;link to github&gt; Then reload vim, run :helptags, and check out :help NERD_tree.txt. </code></pre> <p>I tried to install nerdtree like this:</p> <pre><code>~/.vim/bundle$ git clone &lt;link to github&gt; Cloning into 'nerdtree'... remote: Counting objects: 2426, done. remote: Compressing objects: 100% (801/801), done. remote: Total 2426 (delta 1091), reused 2354 (delta 1025) Receiving objects: 100% (2426/2426), 912.52 KiB | 573 KiB/s, done. Resolving deltas: 100% (1091/1091), done. $ </code></pre> <p>Which produced:</p> <pre><code>~/.vim$ cd bundle ~/.vim/bundle$ ls nerdtree </code></pre> <p>But I can't get nerdtree to work. When I try this:</p> <pre><code>~$ cd rails_projects/demo_app22/ ~/rails_projects/demo_app22$ mvim . ~/rails_projects/demo_app22$ </code></pre> <p>...and then this:</p> <pre><code>:NERDtree </code></pre> <p>I get the error:</p> <pre><code>E492: Not an editor command: NERDtree </code></pre> <p>And when I try :helptags, I get the error:</p> <pre><code>E472: Argument required </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload