1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Added rust plugin, added my own fork for pythonhelper

This commit is contained in:
2016-05-17 13:28:21 +02:00
parent 000e33c40d
commit 44f9e28ebd

5
vimrc
View File

@@ -5,7 +5,6 @@ set nocompatible "VIM over VI
call plug#begin('~/.vim/bundle')
Plug 'Finkregh/pythonhelper'
Plug 'Rykka/riv.vim'
Plug 'SirVer/ultisnips'
Plug 'Valloric/MatchTagAlways'
@@ -13,6 +12,8 @@ Plug 'davidhalter/jedi-vim'
Plug 'ervandew/taglisttoo'
Plug 'fs111/pydoc.vim'
Plug 'gryf/mark'
Plug 'gryf/pythonhelper'
Plug 'gryf/tagbar', {'branch': 'show_tag_kind2'}
Plug 'gryf/zoom.vim'
Plug 'hallison/vim-markdown'
Plug 'honza/vim-snippets'
@@ -21,7 +22,6 @@ Plug 'kazuyukitanimura/jsbeautify'
Plug 'kevinw/pyflakes-vim'
Plug 'kien/ctrlp.vim'
" Plug 'majutsushi/tagbar'
Plug 'gryf/tagbar', {'branch': 'show_tag_kind2'}
Plug 'mattn/calendar-vim'
Plug 'mduan/python.vim'
Plug 'mikeage/occur.vim'
@@ -30,6 +30,7 @@ Plug 'myhere/vim-nodejs-complete'
Plug 'othree/html5.vim'
Plug 'pangloss/vim-javascript'
Plug 'pcaro90/jpythonfold.vim'
Plug 'rust-lang/rust.vim'
Plug 'scrooloose/nerdcommenter'
Plug 'scrooloose/nerdtree'
Plug 'scrooloose/syntastic'