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.
vim で Eclim のオートコンプリートを使用すると、vim の上部にヒント ウィンドウが表示されます。どうすれば無効にできますか、または自動的に消えるようにできますか?
現在の完了アイテムの詳細を表示するプレビュー ウィンドウのことだと思います。使用する
:set completeopt-=preview
これをオフにします。