mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add numbers plugin, map toggle to F3
This commit is contained in:
4
vimrc
4
vimrc
@@ -18,6 +18,7 @@ Bundle 'clones/vim-fuzzyfinder'
|
|||||||
Bundle 'altercation/vim-colors-solarized'
|
Bundle 'altercation/vim-colors-solarized'
|
||||||
Bundle 'kchmck/vim-coffee-script'
|
Bundle 'kchmck/vim-coffee-script'
|
||||||
Bundle 'scrooloose/syntastic.git'
|
Bundle 'scrooloose/syntastic.git'
|
||||||
|
Bundle 'myusuf3/numbers.vim.git'
|
||||||
|
|
||||||
" vim-scripts repos
|
" vim-scripts repos
|
||||||
"Bundle 'L9'
|
"Bundle 'L9'
|
||||||
@@ -84,6 +85,9 @@ au GUIEnter * set vb t_vb=
|
|||||||
|
|
||||||
syntax enable " enable syntax highlighting
|
syntax enable " enable syntax highlighting
|
||||||
|
|
||||||
|
" toggle number plugin
|
||||||
|
nnoremap <F3> :NumbersToggle<CR>
|
||||||
|
|
||||||
" Statusline
|
" Statusline
|
||||||
|
|
||||||
if has('statusline')
|
if has('statusline')
|
||||||
|
|||||||
Reference in New Issue
Block a user