Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You <em>must</em> create those files and folder yourself:</p> <ol> <li><p>Open Terminal.app (found under <code>/Applications/Utilities/</code>).</p></li> <li><p>At the prompt, a <code>$</code>, type each of these lines followed by <code>&lt;Enter&gt;</code> (don't type the <code>$</code>):</p> <pre><code>$ touch .vimrc $ touch .gvimrc $ mkdir .vim $ open .vim </code></pre></li> <li><p>At this point, the <code>~/.vim</code> folder is open in a new Finder.app window.</p></li> </ol> <p>But I'd respectfully suggest you to get accustomed to the command-line <em>and</em> Vim's basics <em>before</em> rushing to install plugins. </p> <p><strong><em>EDIT</em></strong></p> <p>You didn't follow the instructions, no wonder the plugin doesn't work.</p> <p>You have to move <code>cvim.zip</code> into <code>~/.vim</code> and run the command <code>$ unzip cvim.zip</code> in the terminal. Read the instructions more carefully and don't let Safari expand archives automatically.</p> <p>Now that you have <code>~/.vim/c</code>, here is what you should do to go forward.</p> <p>Supposing your <code>~/.vim</code> is empty (beside your <code>~/.vim/c</code>), move <strong>the whole content</strong> of <code>~/.vim/c</code> into <code>~/.vim</code>. After this operation, your <code>~/.vim</code> folder should look like that:</p> <pre><code>+ ~/.vim + c &lt;-- your folder + c-support + (many folders and files) + doc + csupport.txt + ftplugin + c.vim + make.vim + plugin + c.vim + README.csupport </code></pre> <p>When you are done, delete <code>~/.vim/c</code> and start Vim. The plugin should be installed and working.</p> <p>If your <code>~/.vim</code> folder is <em>not</em> empty (say it already has a bunch of folders and files like <code>~/.vim/color</code>, <code>~/.vim/syntax</code>, whatever…) you'll have to move <em>manually</em> each subfolder/file from <code>~/.vim/c</code> to the right place in <code>~/.vim</code>.</p> <p><strong><em>ENDEDIT</em></strong></p>
    singulars
    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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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