Remove snipmate plugin and related
This commit is contained in:
parent
8647b337b0
commit
2f1cff92c1
21
vimrc
21
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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user