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!
|
filetype plugin indent on " required!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"##########################
|
"##########################
|
||||||
" Pathogen :
|
" Pathogen :
|
||||||
"##########################
|
"##########################
|
||||||
|
@ -596,21 +586,10 @@ endif
|
||||||
" « :source ~/.vimrc » puis « :PlugInstall ». q pour quitter.
|
" « :source ~/.vimrc » puis « :PlugInstall ». q pour quitter.
|
||||||
" Commandes : https://github.com/junegunn/vim-plug#commands
|
" Commandes : https://github.com/junegunn/vim-plug#commands
|
||||||
call plug#begin('~/.vim/plugged')
|
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
|
" Dracula colorscheme
|
||||||
Plug 'dracula/vim'
|
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
|
" Display a tree of directories
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue