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:
1
vim/plugin/settings/yadr-numbers.vim
Normal file
1
vim/plugin/settings/yadr-numbers.vim
Normal file
@@ -0,0 +1 @@
|
||||
:nnoremap <silent> ,tn :NumbersToggle<CR>
|
||||
@@ -102,5 +102,6 @@ Bundle "airblade/vim-gitgutter.git"
|
||||
Bundle "bogado/file-line.git"
|
||||
Bundle "tpope/vim-rvm.git"
|
||||
Bundle "nelstrom/vim-visual-star-search"
|
||||
Bundle "myusuf3/numbers.vim.git"
|
||||
"Filetype plugin indent on is required by vundle
|
||||
filetype plugin indent on
|
||||
|
||||
Reference in New Issue
Block a user