Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
Avoid plugins. Not that they're evil, but because they hide basic functionnality of vims to new comers.

Using plugins while learning Vim (because yes, you have to LEARN Vim) is counter efficient, because it adds many shortcuts to the default one, wrap functionnalities, delete others (the basic remap of "," to leader pisses me off).

Seriously, use vim WITHOUT any plugin, with a basic config. When you will be used to the default config (I mean, no more mouse, hjkl and almost never in insert mode), continue practicing. If you run into something that vim do not do by default, try to write a function to do that for you (eg, complete current word while pressing <Tab>).

And if you need more than that, check out the available plugins. Do not forget that vim can interact with its environment, with the "!" command.

This and this are great resources for any vim user.

Also, to answer your fisrt question, here is my config:

* ~/.vimrc
* ~/.vim/

I actually use not plugin, cause I've never ran into a problem that plain old vim can't solve. Pretty happy without it :)
BANGARANG, MOTHERFUCKER


Messages In This Thread
Vim setups - by Ippytraxx - 05-11-2013, 11:57 AM
RE: Vim setups - by z3bra - 05-11-2013, 12:20 PM
RE: Vim setups - by Ippytraxx - 05-11-2013, 01:20 PM
RE: Vim setups - by venam - 05-11-2013, 02:32 PM
RE: Vim setups - by dcat - 05-11-2013, 03:13 PM
RE: Vim setups - by Ippytraxx - 05-11-2013, 07:31 PM
RE: Vim setups - by earsplit - 06-11-2013, 03:14 AM
RE: Vim setups - by vompatti - 06-11-2013, 05:11 AM
RE: Vim setups - by Ippytraxx - 06-11-2013, 09:27 AM
RE: Vim setups - by vompatti - 06-11-2013, 10:01 AM
RE: Vim setups - by crshd - 06-11-2013, 11:25 AM
RE: Vim setups - by kirby - 06-11-2013, 01:39 PM
RE: Vim setups - by vompatti - 06-11-2013, 04:15 PM
RE: Vim setups - by Ippytraxx - 06-11-2013, 08:18 PM
RE: Vim setups - by berk - 07-11-2013, 10:33 AM
RE: Vim setups - by shtols - 18-11-2013, 06:32 PM
RE: Vim setups - by vompatti - 30-12-2013, 06:23 PM
RE: Vim setups - by z3bra - 31-12-2013, 06:29 AM