diff --git a/vimrc b/vimrc index 195c56e..526eacf 100644 --- a/vimrc +++ b/vimrc @@ -18,6 +18,7 @@ Bundle 'clones/vim-fuzzyfinder' Bundle 'altercation/vim-colors-solarized' Bundle 'kchmck/vim-coffee-script' Bundle 'scrooloose/syntastic.git' +Bundle 'myusuf3/numbers.vim.git' " vim-scripts repos "Bundle 'L9' @@ -84,6 +85,9 @@ au GUIEnter * set vb t_vb= syntax enable " enable syntax highlighting +" toggle number plugin +nnoremap :NumbersToggle + " Statusline if has('statusline')