summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-14 17:23:05 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-14 17:23:05 +0100
commitc4afee3a54b1c18cbaeeb523cab23e886ebffd45 (patch)
tree99e8186eafb8cc580af537d9a1f820b236ae8b90
parentb206d24769c4372bdc44e4a5772565f2b7075bad (diff)
line nos
-rw-r--r--vim/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c083015..6d9d564 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 nonumber "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
@@ -113,7 +113,6 @@ set esckeys "allows function keys to be recognized in Insert mode
set ttimeoutlen=20 "timeout for a key code mapping
set timeoutlen=1000 "time(ms) to wait for key mappings
set hidden
-set number
set t_Co=256
"set t_Co=0 - switches off all colours
set path+=**