vim and MacVim in MacOSX

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) vim and MacVim in MacOSX
# 1  
Old 01-28-2011
Data vim and MacVim in MacOSX

Hi guys,

I just installed a plugin (script) at my MacVim -> MacVim.app/Contents/Resources etc. and the plug is installed! However when I load other files with vim which came with the MacOSX (by default) the plugin is not installed ... since I did not installed in that directory! PLEASE let me know how I can find the directory of the default vim in MacOSX Smilie I am having some hard times... to figure out it!
# 2  
Old 01-28-2011
I take it you are launching vim from the Terminal. This would be launching the /usr/bin/vim executable not macvim.

Please copy the plugin into your local user inside ".vim/plugin" (there is a dot before vim). Now see if it loads.

You might also be interested in pathogen.vim if you use several plugins and wish to keep them updated easily.
# 3  
Old 01-28-2011
pubxx-xxx:~ xxx$ cd ~/.vim
-bash: cd: /Users/xxx/.vim: No such file or directory
pubxx-xxx:~ xxx$

Smilie I cannot open this directory in MacOSX since morning Smilie
# 4  
Old 01-28-2011
Quote:
Originally Posted by c_lady
pubxx-xxx:~ xxx$ cd ~/.vim
-bash: cd: /Users/xxx/.vim: No such file or directory
pubxx-xxx:~ xxx$

Smilie I cannot open this directory in MacOSX since morning Smilie
please create such a directory.

cd
mkdir .vim
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. OS X (Apple)

Diff between vim and macvim ( command \ll )

Hello all! I am quite a newbie in vim. In MacVim the command \ll (That means \ + L + L) compiles my LaTeX file, which I am just editing, with the command pdflatex (coming out is a .pdf file) - But in my Shell-vim with only the command latex (coming out is a .dvi file). Supplemental... (0 Replies)
Discussion started by: marek
0 Replies

2. UNIX for Dummies Questions & Answers

Restricting Usage of Setuid Programs to the Admin User In MacOsx

This is a quote from the Apple security configuration (you can download it from Apple) " Using ACLs to Restrict Usage of Setuid Programs The ACL feature of Mac OS X can also be used to restrict the execution of setuid programs. Restricting the execution of setuid programs to administrators... (3 Replies)
Discussion started by: Vera
3 Replies

3. UNIX for Advanced & Expert Users

sys/sysinfo.h: No such file or directory --> MACOSX 10.6.4

I need a real help to compile a small program which compiles fine with g++ in Linux machines. However I need to compile-it in my machine with g++. I have this problem and I dont know how to solve it: sys/sysinfo.h: No such file or directory could someone please help me? Thanks (2 Replies)
Discussion started by: c_lady
2 Replies

4. Solaris

Very Importan - Vim Settings - Error while opening a File using vim

I downloaded vim.7.2 and compiled the vim source . Added the vim binary path to PATH (Because iam not the root of the box) when i load the file using vim it throws me an error Error detected while processing /home2/e3003091/.vimrc: line 2: E185: Cannot find color scheme darkblue line... (0 Replies)
Discussion started by: girija
0 Replies

5. OS X (Apple)

sys/sysinfo.h: No such file or directory --> MACOSX 10.6.4

duplicate thread I need a real help to compile a small program which compiles fine with g++ in Linux machines. However I need to compile-it in my machine with g++. I have this problem and I dont know how to solve it: sys/sysinfo.h: No such file or directory could someone please help me? Thanks (0 Replies)
Discussion started by: c_lady
0 Replies

6. UNIX for Dummies Questions & Answers

Is echo $variable >> text.txt working in MacOSX?

Hi New at this, but want to learn more. I'm trying this as an Shell Command in MacOSX; newdate='<TIME>' echo $newdate >> /Users/ttadmin/Desktop/test.txt And it don't work. But if I just use; echo <TIME> >> /Users/ttadmin/Desktop/test.txt (<TIME> is an variable that one program... (6 Replies)
Discussion started by: jackt
6 Replies

7. UNIX for Advanced & Expert Users

vim

Does anyone know the fast way to go to tab/2 distance in vim. I mean set four spaces. (1 Reply)
Discussion started by: mirusnet
1 Replies

8. OS X (Apple)

Root user in MacOSX

Hello, Do you guys know how does the root user works in this system? from the terminal i try to su to root, and i thought the password was the same as the macosx password, at the /etc/passwd file the passwd field appears as *, so it's system bussines only, is there a way to become root? i... (6 Replies)
Discussion started by: sx3v1l_1n51de
6 Replies

9. UNIX for Dummies Questions & Answers

Using telnet client from MacOSX's command line terminal

I'm completely new to Unix, but familiar with Mac OSX. I've just discovered the command line terminal feature of this new OS and I'm trying to learn how to telnet into my host's server to change permissions to allow executable cgi scripts for my website. Is there anyone who might be able to... (2 Replies)
Discussion started by: tylerl
2 Replies
Login or Register to Ask a Question