incremental changes

This commit is contained in:
2019-01-02 16:49:47 +03:00
parent d8a7e4fce5
commit 1c5c4b400a
7 changed files with 44 additions and 10 deletions

View File

@@ -13,13 +13,16 @@ call vundle#begin()
"call vundle#begin($HOME/vimfiles/bundle/)
Plugin 'VundleVim/Vundle.vim'
Plugin 'tmhedberg/SimpylFold'
"Plugin 'Valloric/YouCompleteMe'
Plugin 'tmhedberg/SimpylFold'
Plugin 'scrooloose/syntastic'
Plugin 'vim-scripts/indentpython.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-eunuch'
Plugin 'majutsushi/tagbar'
" Plugin 'mattn/emmet-vim'
" Plugin 'lepture/vim-jinja'
call vundle#end()
"}}}