Share eclim-friendly.vimrc

I am trying to use eclim for my daily development requirements. My .vimrc has some issues that prevent several functions, such as code completion, etc.

It would be nice if someone using eclim regularly shared your .vimrc .

+3
source share
1 answer

You can find my vim setup on github. I am using eclim for Android development.

See visualstudioinvoke.vim for how I start Vim from eclim. This is optional, but useful to start from the current line in the current file. It also configures my menu, bindings and eclim settings.

eclim ( " Eclim" ) , gvim.

eclim, Ctrl - Space.

, . Eclim > ImportMissing.


, vimrc , , vimrc, , . - Ctrl - x Ctrl - u. :verb map <C-x> , , , .

SuperTab, . SuperTab eclim Eric Van Dewoestine, , SuperTab.

.

+4