From 2f1cff92c122a83dbf8988cc4510a1b28185f7d6 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 29 Jul 2021 18:15:04 +0200 Subject: [PATCH] Remove snipmate plugin and related --- vimrc | 21 --------------------- 1 file changed, 21 deletions(-) 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'