vimPlugins: updated existing plugins and added new ones

- also added fzf manuall
- added following plugins to `vim-plugin-names` list:
    github:terryma/vim-expand-region
    github:rust-lang/rust.vim
    github:junegunn/fzf.vim
    github:hecal3/vim-leader-guide
    github:ctjhoa/spacevim
    github:Shougo/deoplete.nvim
This commit is contained in:
Rok Garbas
2016-05-17 01:53:11 +02:00
parent 44b6ba1872
commit 499195dfcf
3 changed files with 277 additions and 202 deletions

View File

@@ -21,19 +21,23 @@
"ghcmod"
"github:Chiel92/vim-autoformat"
"github:LnL7/vim-nix"
"github:Shougo/deoplete.nvim"
"github:ajh17/Spacegray.vim"
"github:alvan/vim-closetag"
"github:ap/vim-css-color"
"github:benekastah/neomake"
"github:bitc/vim-hdevtools"
"github:christoomey/vim-tmux-navigator"
"github:ctjhoa/spacevim"
"github:ctrlpvim/ctrlp.vim"
"github:digitaltoad/vim-jade"
"github:eagletmt/neco-ghc"
"github:esneider/YUNOcommit.vim"
"github:enomsg/vim-haskellConcealPlus"
"github:esneider/YUNOcommit.vim"
"github:fatih/vim-go"
"github:flazz/vim-colorschemes"
"github:google/vim-jsonnet"
"github:hecal3/vim-leader-guide"
"github:idris-hackers/idris-vim"
"github:itchyny/calendar.vim"
"github:itchyny/lightline.vim"
@@ -47,6 +51,7 @@
"github:jnurmine/zenburn"
"github:jonbri/vim-colorstepper"
"github:joonty/vim-xdebug"
"github:junegunn/fzf.vim"
"github:junegunn/limelight.vim"
"github:junegunn/vim-peekaboo"
"github:justincampbell/vim-eighties"
@@ -63,6 +68,7 @@
"github:osyo-manga/shabadou.vim"
"github:osyo-manga/vim-watchdogs"
"github:racer-rust/vim-racer"
"github:rust-lang/rust.vim"
"github:shougo/neocomplete.vim"
"github:shougo/neosnippet-snippets"
"github:shougo/neosnippet.vim"
@@ -71,6 +77,7 @@
"github:shougo/vimshell.vim"
"github:sjl/gundo.vim"
"github:takac/vim-hardtime"
"github:terryma/vim-expand-region"
"github:tex/vimpreviewpandoc"
"github:thinca/vim-quickrun"
"github:tomasr/molokai"
@@ -80,8 +87,8 @@
"github:valloric/youcompleteme"
"github:vim-airline/vim-airline-themes"
"github:vim-pandoc/vim-pandoc"
"github:vim-pandoc/vim-pandoc-syntax"
"github:vim-pandoc/vim-pandoc-after"
"github:vim-pandoc/vim-pandoc-syntax"
"github:vim-scripts/Colour-Sampler-Pack"
"github:vim-scripts/a.vim"
"github:vim-scripts/align"
@@ -96,7 +103,6 @@
"pathogen"
"quickfixstatus"
"rainbow_parentheses"
"rust"
"sensible"
"sleuth"
"snipmate"
@@ -106,9 +112,13 @@
"taglist"
"tlib"
"undotree"
"vim-addon-actions"
"vim-addon-async"
"vim-addon-background-cmd"
"vim-addon-commenting"
"vim-addon-completion"
"vim-addon-errorformats"
"vim-addon-goto-thing-at-cursor"
"vim-addon-local-vimrc"
"vim-addon-manager"
"vim-addon-mru"
@@ -116,6 +126,7 @@
"vim-addon-nix"
"vim-addon-other"
"vim-addon-php-manual"
"vim-addon-signs"
"vim-addon-sql"
"vim-addon-syntax-checker"
"vim-addon-toggle-buffer"
@@ -136,4 +147,3 @@
"vimwiki"
"vinegar"
"vundle"
"github:alvan/vim-closetag"