diff --git a/vimrc b/vimrc index 15654f6..1420079 100644 --- a/vimrc +++ b/vimrc @@ -205,19 +205,9 @@ call CustomHighlighting() """ }}} """ }}} -"########################## -" SnipMate -"########################## -"Plug "MarcWeber/vim-addon-mw-utils" -"Plug "tomtom/tlib_vim" -"Plug "garbas/vim-snipmate" -" Optional: -"Plug "honza/vim-snippets" - filetype plugin indent on " required! - "########################## " Pathogen : "########################## @@ -596,21 +586,10 @@ endif " « :source ~/.vimrc » puis « :PlugInstall ». q pour quitter. " Commandes : https://github.com/junegunn/vim-plug#commands call plug#begin('~/.vim/plugged') - " Snippets like textmate - Plug 'MarcWeber/vim-addon-mw-utils' - Plug 'tomtom/tlib_vim' - Plug 'garbas/vim-snipmate' - Plug 'honza/vim-snippets' " Dracula colorscheme Plug 'dracula/vim' - " Snippets like textmate - "Plug 'MarcWeber/vim-addon-mw-utils' - "Plug 'tomtom/tlib_vim' - "Plug 'garbas/vim-snipmate' - "Plug 'honza/vim-snippets' - " Display a tree of directories Plug 'scrooloose/nerdtree'