Merge branch 'master' of github.com:vsviridov/dotvim
This commit is contained in:
49
vimrc
49
vimrc
@@ -12,30 +12,31 @@ endif
|
|||||||
|
|
||||||
if(have_plug)
|
if(have_plug)
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
Plug 'w0ng/vim-hybrid' " Hybrid colorscheme
|
Plug 'w0ng/vim-hybrid' " Hybrid colorscheme
|
||||||
Plug 'bling/vim-airline' " Status bar
|
Plug 'bling/vim-airline' " Status bar
|
||||||
Plug 'gregsexton/gitv' " GitK for Fugitive
|
Plug 'gregsexton/gitv' " GitK for Fugitive
|
||||||
Plug 'ivyl/vim-bling' " blink search results
|
Plug 'ivyl/vim-bling' " blink search results
|
||||||
Plug 'ctrlpvim/ctrlp.vim' " Fuzzy search
|
Plug 'ctrlpvim/ctrlp.vim' " Fuzzy search
|
||||||
Plug 'majutsushi/tagbar' " Ctags integration
|
Plug 'majutsushi/tagbar' " Ctags integration
|
||||||
Plug 'msanders/snipmate.vim' " Snippets
|
Plug 'msanders/snipmate.vim' " Snippets
|
||||||
Plug 'tommcdo/vim-lion' " Align stuff
|
Plug 'tommcdo/vim-lion' " Align stuff
|
||||||
Plug 'tpope/vim-fugitive' " Work with git repos
|
Plug 'tpope/vim-fugitive' " Work with git repos
|
||||||
Plug 'tpope/vim-surround' " Surround with quotes
|
Plug 'tpope/vim-surround' " Surround with quotes
|
||||||
Plug 'rking/ag.vim' " Silver Searcher Support
|
Plug 'rking/ag.vim' " Silver Searcher Support
|
||||||
Plug 'junegunn/rainbow_parentheses.vim' " Color matched parenthesis
|
Plug 'junegunn/rainbow_parentheses.vim' " Color matched parenthesis
|
||||||
" Language
|
" Language
|
||||||
Plug 'dag/vim-fish' " Fish Shell Support
|
Plug 'dag/vim-fish' " Fish Shell Support
|
||||||
Plug 'tpope/vim-rails' " Rails integration
|
Plug 'tpope/vim-rails' " Rails integration
|
||||||
Plug 'mattn/emmet-vim' " ZenCoding
|
Plug 'mattn/emmet-vim' " ZenCoding
|
||||||
" Syntax
|
" Syntax
|
||||||
Plug 'evanmiller/nginx-vim-syntax' " Nginx Syntax
|
Plug 'evanmiller/nginx-vim-syntax' " Nginx Syntax
|
||||||
Plug 'scrooloose/syntastic' " Syntax checker
|
Plug 'scrooloose/syntastic' " Syntax checker
|
||||||
Plug 'leshill/vim-json' " JSON support
|
Plug 'leshill/vim-json' " JSON support
|
||||||
Plug 'slim-template/vim-slim' " SLIM Markup Syntax
|
Plug 'slim-template/vim-slim' " SLIM Markup Syntax
|
||||||
Plug 'pangloss/vim-javascript' " Vim Javascript support
|
Plug 'pangloss/vim-javascript' " Vim Javascript support
|
||||||
Plug 'kennethzfeng/vim-raml' " RAML Bindings
|
Plug 'kennethzfeng/vim-raml' " RAML Bindings
|
||||||
Plug 'digitaltoad/vim-jade' " JADE bindings
|
Plug 'digitaltoad/vim-jade' " JADE bindings
|
||||||
|
Plug 'Matt-Deacalion/vim-systemd-syntax' " Systemd Syntax
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
if empty(glob("~/.vim/plugged"))
|
if empty(glob("~/.vim/plugged"))
|
||||||
|
|||||||
Reference in New Issue
Block a user