Espace Wiki ∂'Alembert Espace Guide de survie du SysAdmin Espace Guide de survie du Développeur Espace Institut ∂’Alembert Le Site Aide PmWikiFr Help PmWiki |
Vous êtes dans un espace restreint en écriture. << vim | vim | vim fugitive; git dans ton vim >> Vundle est un gestionnaire de plugin pour git. Installation de Vundlegit clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim Configuration de Vundle
set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " install another plugin Plugin 'commentary.vim' " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required
HelpDans vim :h vundle |