Add zoom plugin
This commit is contained in:
parent
f20f242250
commit
c207f8926f
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ Plugin 'rust-lang/rust.vim'
|
||||||
Plugin 'timonv/vim-cargo'
|
Plugin 'timonv/vim-cargo'
|
||||||
" support for multiple cursors
|
" support for multiple cursors
|
||||||
Plugin 'terryma/vim-multiple-cursors'
|
Plugin 'terryma/vim-multiple-cursors'
|
||||||
|
" support for quickly changing font size
|
||||||
|
Plugin 'drmikehenry/vim-fontsize'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|
Loading…
Reference in a new issue