-U /path/to/.vimpluginrc at vimplugins preference pageMy .vimpluginrc:
"disable menubar and Toolbar set go-=m set go-=T
Other intersting things for .vimpluginrc could be colorscheme, fonts etc…
By default, vimplugin will only open one tab with an embedded instance of gvim. Double-clicking on subsequent files will open them as buffers within that original tab. To change this behavior:
When closing file in eclipse in embed vim, vim will not delete swap file immediately, so a warning will display while reopening a file, disable swap file can avoid the warning:
-U /path/to/.vimpluginrc at vimplugins preference pageAdd the following to .vimpluginrc:
"disable swap file set noswf