Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • I am sorry but I said plugins instead of color schemes... My fault, how can I place a full path to a color scheme? I'm going to start reading through documentation to see if maybe I can figure it out. Commented Jan 18, 2013 at 20:16
  • Can you post your vimrc? I believe it is still path related. Commented Jan 18, 2013 at 20:19
  • I did this: export VIM=/home/b/.vim Now running vim errors about not finding a file which is normally in /usr/share/vim or someplace like that. Error detected while processing /root/.vimrc: line 13: E484: Can't open file /home/b/.vim/syntax/syntax.vim Press ENTER or type command to continue I put my vimrc on pastebin. I found this vimrc from github somewhere and then commented some of the lines. Sorry if it's hard to read. pastebin.com/0WNqggc6 Commented Jan 18, 2013 at 20:34
  • Here is the same with syntax turned on. Sorry about that: pastebin.com/knkSeemX . Commented Jan 18, 2013 at 20:37
  • Also just fyi, I got the idea for setting the VIM environment variable from here: stackoverflow.com/questions/5453488/… . Not sure if that was the best way for me to get what I wanted. Commented Jan 18, 2013 at 20:38