Skip to content

Commit

Permalink
Customizations for AG and Quickfix
Browse files Browse the repository at this point in the history
- I've forked the silver search plugin and the quickfix plugin and customized
  them.
- My forks are https://github.com/derekwyatt/ag.vim and
  https://github.com/derekwyatt/sbt-quickfix
  • Loading branch information
Derek Wyatt committed Feb 16, 2014
1 parent 254dd74 commit 5994a13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion bundle/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ensime
vim-actionscript
vim-ag
vim-async
vim-autotags
vim-blogit
Expand All @@ -23,6 +22,7 @@ vim-javascript
vim-jellybeans
vim-json
vim-l9
vim-machine-specific
vim-metafuz
vim-mwutils
vim-nerdtree
Expand All @@ -31,6 +31,7 @@ vim-powerline
vim-protodef
vim-rim
vim-sbt
vim-sbtquickfix
vim-scala
vim-self
vim-signs
Expand Down
2 changes: 1 addition & 1 deletion bundle/from_github.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stuff pulled from GitHub

* **AG**: `git clone https://github.com/rking/ag.vim.git vim-ag`
* **AG**: `git clone git@github.com:derekwyatt/ag.vim.git vim-ag`
* **AutoTags**: `git clone https://github.com/vim-scripts/autotags.git vim-autotags`
* **BufKill**: `git clone https://github.com/vim-scripts/bufkill.vim.git vim-bufkill`
* **Completion**: `git clone https://github.com/MarcWeber/vim-addon-completion.git vim-completion`
Expand Down
6 changes: 2 additions & 4 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,9 @@ if has("mac")
endif

"-----------------------------------------------------------------------------
" L9 mappings
" AG (SilverSearcher) Settings
"-----------------------------------------------------------------------------
" L9 creates an 'interesting' set of error formats when quickfix is engaged
" This mapping cleans it up
nmap <silent> ,eu :sign unplace *<cr>
nmap ,sf :AgForFiletype
"-----------------------------------------------------------------------------
" FSwitch mappings
Expand Down

0 comments on commit 5994a13

Please sign in to comment.