add numbers plugin, map toggle to F3

This commit is contained in:
Thomas Ruoff
2013-02-17 13:13:07 +01:00
parent aeb01d27a7
commit 7fe7823ee6

4
vimrc
View File

@@ -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 <F3> :NumbersToggle<CR>
" Statusline
if has('statusline')