Skip to content

Commit 84e9286

Browse files
author
Alex Kwiatkowski
committed
Add default ackrc and instructions for installation
1 parent b6c1b36 commit 84e9286

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
cd ~/.vim
77
git submodule update --init
88
ln -s ~/.vim/vimrc ~/.vimrc
9+
ln -s ~/.vim/ackrc ~/.ackrc
910

1011
# Updating
1112

ackrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
--type-set=handlebars=.handlebars
2+
--type-set=haml=.haml
3+
--type-set=scss=.scss
4+
5+
--ignore-dir=tmp
6+
--ignore-dir=public

0 commit comments

Comments
 (0)