aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 786ad79..0261200 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -89,7 +89,7 @@ noremap k gk
set shell=/bin/sh
set hi=500
set novisualbell
-set nonumber "show line numbers
+set number "show line numbers
set wildmenu "enable a menu that shows tab completion options in the status bar
set wildchar=<TAB>
set showmatch "highlights matching brackets on cursor hover
@@ -122,7 +122,7 @@ set equalalways
set showmode
set nobackup
set listchars=tab:»→,trail:␣
-set grepprg=/usr/local/bin/ag
+set grepprg=/usr/bin/ag
" i don't bother with folding, but it's here if i need it.
if has('folding')