Add numbers.vim to vundles.list

numbers.vim is a plugin that allows for easy switch between
absolute and relative line numbers.
A convenient shortcut: ,tn (toggle numbers) is provided to
switch between the two modes

Fixes #276
This commit is contained in:
Fabio Gallonetto
2013-04-09 17:23:15 +01:00
parent c10e95ba75
commit 23a9e72b9c
3 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
:nnoremap <silent> ,tn :NumbersToggle<CR>