Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
software:applications:vim:installer_vundle_sous_windows [2023/08/12 16:18] – yoann | software:applications:vim:installer_vundle_sous_windows [2023/08/12 16:53] (Version actuelle) – yoann | ||
---|---|---|---|
Ligne 32: | Ligne 32: | ||
<code powershell> | <code powershell> | ||
cd ~ | cd ~ | ||
- | vim vimfiles/_vimrc | + | vim _vimrc |
+ | </ | ||
+ | <file txt _vimrc> | ||
+ | source $VIMRUNTIME/ | ||
+ | |||
+ | filetype off | ||
+ | set shellslash | ||
+ | set rtp+=~/ | ||
+ | call vundle# | ||
+ | " let Vundle manage Vundle, required | ||
+ | Plugin ' | ||
+ | |||
+ | " All of your Plugins must be added before the following line | ||
+ | call vundle# | ||
+ | filetype plugin indent on " required | ||
+ | " To ignore plugin indent changes, instead use: | ||
+ | " | ||
+ | " | ||
+ | " Brief help | ||
+ | " : | ||
+ | " : | ||
+ | " : | ||
+ | " : | ||
+ | " | ||
+ | " see :h vundle for more details or wiki for FAQ | ||
+ | " Put your non-Plugin stuff after this line | ||
+ | </ | ||
+ | |||
+ | Enregistrer les modification et relancer Vim. Depuis le mode normal saisir : | ||
+ | |||
+ | < | ||
+ | : | ||
</ | </ | ||
+ | Vundle est installé et les tags pour la documentation sont générés. Depuis le mode normal la documetation de Vundle est disponible : | ||
+ | |||
+ | < | ||
+ | :h vundle | ||
+ | </ | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||