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 プラグインが独自の "ftplugin" ディレクトリを持っているのをよく見かけます。 (例: https://github.com/rust-lang/rust.vim )
これらをロードする方法は?
ランタイムパスをrust.vimを含むフォルダーに設定する必要があります。
手動で設定するか (:set rtp+=path/to/folder)、または Vim-plug,Vundle..... のようなユーザー プラグイン マネージャーを使用できます。
:help runtimepath または :h rtp - 詳細なヘルプ
:rtp を設定しますか? - すべてのランタイム パスを表示するには