Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jVi in NetBeans

Tags:

vim

netbeans

jvi

I'm choosing what to use: Eclipse or NetBeans. NetBeans has better vim plugin - jVi, but, as I see, it doesn't work with my own ~/.vimrc file. But in eclipse and VimPlugin for it everything is perfect. So are there any ways to use my vimrc settings for NetBeans with jVi?

like image 832
Max Frai Avatar asked Mar 08 '10 21:03

Max Frai


1 Answers

You won't be able to. jvi uses the files in $HOME/.netbeans/${version}/config/Preferences/org/netbeans/modules/ for configuration. Namely it uses jvi.properties for any values that you've set that differ from the default. Otherwise it uses the defaults that are tucked away inside of some .jar in $HOME/.netbeans/${version}/modules .

like image 72
whaley Avatar answered Nov 13 '22 23:11

whaley