-
Notifications
You must be signed in to change notification settings - Fork 102
Customization
Xiao-Ou Zhang edited this page Oct 28, 2016
·
1 revision
There are some options you could set through .vimrc
to configure ivim:
- g:ivim_user -- your username
- g:ivim_email -- your email
- g:ivim_github -- your github
- g:ivim_default_scheme -- color settings (hybrid, gruvbox or tender)
- g:ivim_fancy_font -- using fancy font or not
- g:ivim_show_number -- showing number or not
- g:ivim_autocomplete -- autocomplete engine (NEO: neocomplete/neocomplcache/neosnippet, YCM: YouCompleteMe/UltiSnips)
- g:ivim_bundle_groups -- plugin groups ('ui', 'enhance', 'move', 'navigate', 'complete', 'compile', 'git', 'language')
Note
- This distribution is completely customisable using
~/.vimrc.ivim.local
(only forvimrc
),~/.vimrc.local
,~/.gvimrc.local
and~/.vimrc.bundles.local
! - To make full use of auto-completion and syntax checking, please refer wiki.