Lil help with VIM...installation, execution....

B

Bob Miner

Hi,
I hope this isn't too broad a question......

I'd like to "graduate" to an IDE cuz typin RUBY in Notepad is annoying
(to say the least)

Because of our anal IT guys, I can't install "NetBeans" (actually,
netbeans installs, its the JDK that requires an admin login that fails)
or any other "entrenched" editor.

So I got VIM installed ("gem install -l WhateverTheFilenameWas.gem"). I
think the path issue might be in play & I know how to set the
environment var to include places I need (like "Ruby"'s dir, etc)

How do I fire up VIM?
 
F

Farrel Lifson

2008/8/10 Bob Miner said:
So I got VIM installed ("gem install -l WhateverTheFilenameWas.gem"). I
think the path issue might be in play & I know how to set the
environment var to include places I need (like "Ruby"'s dir, etc)

Vim isn't installed via Gem. Perhaps you installed the vim-ruby gem
which provides support for Ruby in the Vim editor. To download the
actual editor go to http://www.vim.org

Farrel
 
H

Hassan Schroeder

Because of our anal IT guys, I can't install "NetBeans" (actually,
netbeans installs, its the JDK that requires an admin login that fails)
or any other "entrenched" editor.

You have my sympathy. Is your resume up-to-date? :)
So I got VIM installed

As already mentioned, no, you probably don't.

Google "portable apps usb key" and see if there's some useful
options there (other than finding a new place to work).

Or if you're really set on vim, google e.g. "run vim from usb key".

FWIW!
 
J

James Britt

Bob said:
Hi,
I hope this isn't too broad a question......

I'd like to "graduate" to an IDE cuz typin RUBY in Notepad is annoying
(to say the least)

Because of our anal IT guys, I can't install "NetBeans" (actually,
netbeans installs, its the JDK that requires an admin login that fails)
or any other "entrenched" editor.

Is it not possible to do a local install, and have everything go under
~/.local or something like that? I think you can then tell NetBeans
where to find the JDK.

Maybe.

Though I'd encourage the use of vim first. :)

--
James Britt

www.happycamperstudios.com - Wicked Cool Coding
www.jamesbritt.com - Playing with Better Toys
www.ruby-doc.org - Ruby Help & Documentation
www.rubystuff.com - The Ruby Store for Ruby Stuff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top