There are no .vimrc, .gvimrc files and .vim/ directory on my mac, and so I can’t install any script. And when I create a folder .vim/ and .vim/plugin and paste any script in there, it doesn’t work.
Sorry for my english.
There are no .vimrc , .gvimrc files and .vim/ directory on my mac, and
Share
You must create those files and folder yourself:
Open Terminal.app (found under
/Applications/Utilities/).At the prompt, a
$, type each of these lines followed by<Enter>(don’t type the$):At this point, the
~/.vimfolder is open in a new Finder.app window.But I’d respectfully suggest you to get accustomed to the command-line and Vim’s basics before rushing to install plugins.
EDIT
You didn’t follow the instructions, no wonder the plugin doesn’t work.
You have to move
cvim.zipinto~/.vimand run the command$ unzip cvim.zipin the terminal. Read the instructions more carefully and don’t let Safari expand archives automatically.Now that you have
~/.vim/c, here is what you should do to go forward.Supposing your
~/.vimis empty (beside your~/.vim/c), move the whole content of~/.vim/cinto~/.vim. After this operation, your~/.vimfolder should look like that:When you are done, delete
~/.vim/cand start Vim. The plugin should be installed and working.If your
~/.vimfolder is not empty (say it already has a bunch of folders and files like~/.vim/color,~/.vim/syntax, whatever…) you’ll have to move manually each subfolder/file from~/.vim/cto the right place in~/.vim.ENDEDIT