Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse または NetBeans のどちらを使用するかを選択しています。NetBeans にはより優れた vim プラグイン (jVi) がありますが、私が見たように、自分の ~/.vimrc ファイルでは機能しません。しかし、Eclipse とそのための VimPlugin では、すべてが完璧です。jVi で NetBeans の vimrc 設定を使用する方法はありますか?
あなたはできません。jvi は、構成のために $HOME/.netbeans/${version}/config/Preferences/org/netbeans/modules/ 内のファイルを使用します。つまり、デフォルトとは異なる設定値に対して jvi.properties を使用します。それ以外の場合は、 $HOME/.netbeans/${version}/modules の一部の .jar 内に隠れているデフォルトを使用します。