diff --git a/deploy.sh b/deploy.sh index 2213a15..718223f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ # Maintainer: https://github.com/sfate # Source: https://github.com/sfate/dotvimmy -# Version: 1.9.7 - 5 Jun 2016 +# Version: 1.9.8 - 5 Apr 2017 # __ __ _ # ____/ /___ / /__ __(_)___ ___ ____ ___ __ __ # / __ / __ \/ __/ | / / / __ `__ \/ __ `__ \/ / / / diff --git a/preview.png b/preview.png index f3fcc12..69ccfb8 100644 Binary files a/preview.png and b/preview.png differ diff --git a/readme.md b/readme.md index 4b84789..5bf5bc9 100644 --- a/readme.md +++ b/readme.md @@ -11,12 +11,13 @@ All deployed versions and old configurations are stored at `~/.vimmy`. * [Vundle](https://github.com/gmarik/vundle) * [vim-polyglot](https://github.com/sheerun/vim-polyglot) * [tComment](https://github.com/vim-scripts/tComment) -* [ag](https://github.com/rking/ag.vim) * [lightline](https://github.com/itchyny/lightline.vim) * [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides) * [vim-auto-programming](https://github.com/haya14busa/vim-auto-programming) * [file-line](https://github.com/bogado/file-line) * [vim-startify](https://github.com/mhinz/vim-startify) +* [ferret](https://github.com/wincent/ferret) +* [vim-qf_resize](https://github.com/blueyed/vim-qf_resize) ### Colorscheme - [gruvbox](https://github.com/morhetz/gruvbox) ![Colorscheme preview](/preview.png) @@ -35,4 +36,4 @@ All deployed versions and old configurations are stored at `~/.vimmy`. |disable *arrows*, *home* and *end* buttons| |and so on.. for more info take a look at [vimrc](https://github.com/sfate/dotvimmy/blob/master/vimrc) file ;)| -### Version 1.9.7 (05 Jan 2017) +### Version 1.9.8 (05 Apr 2017) diff --git a/vimrc b/vimrc index 547e704..c1cc7d8 100644 --- a/vimrc +++ b/vimrc @@ -1,7 +1,7 @@ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Maintainer: https://github.com/sfate " Source: https://github.com/sfate/dotvimmy -" Version: 1.9.7 - 5 Jan 2016 +" Version: 1.9.8 - 5 Apr 2017 " " How_to_Install_or_Update: " !NOTE: This will override your existing vim setup @@ -25,12 +25,13 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'sheerun/vim-polyglot' Plugin 'vim-scripts/tComment' -Plugin 'rking/ag.vim' Plugin 'itchyny/lightline.vim' Plugin 'nathanaelkane/vim-indent-guides' Plugin 'haya14busa/vim-auto-programming' Plugin 'bogado/file-line' Plugin 'mhinz/vim-startify' +Plugin 'wincent/ferret' +Plugin 'blueyed/vim-qf_resize' " Colors Plugin 'morhetz/gruvbox' call vundle#end()