summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 417c969..ce3db25 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+=**