Skip to content

Commit

Permalink
Use new plugin for search through files.
Browse files Browse the repository at this point in the history
ag.vim is deprecated.
Ref rking/ag.vim#124 (comment)
  • Loading branch information
sfate committed Apr 5, 2017
1 parent 1395d32 commit 1b08e25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -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
# __ __ _
# ____/ /___ / /__ __(_)___ ___ ____ ___ __ __
# / __ / __ \/ __/ | / / / __ `__ \/ __ `__ \/ / / /
Expand Down
Binary file modified preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
5 changes: 3 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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()
Expand Down

0 comments on commit 1b08e25

Please sign in to comment.