aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-06 14:05:35 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-06 14:05:35 +0100
commit36698dbd11ab5d59ca1c377a3304b44e61f9b239 (patch)
treeabf3bda17bbdccc0afb135482f9d294be9edeaf2 /vim/vimrc
parent9fff448654308b1e1b3d1129c0255544f56c25cc (diff)
added stuff
Diffstat (limited to '')
-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')