Releases: ruanyl/bigvim
Releases · ruanyl/bigvim
v1.3
v1.2
v1.2 - 2015-11-28
Important
vimrc.bundle
is more readable now- Add settings(experimental feature) for selective loading plugin groups, for example:
let g:bigvim_minor_plugins=['php', 'css',]
Remove plugin group from the array to disable the plugins, settings can be changed at vimrc.before
The idea here is, since the number of plugin is growing, give it the capability to only load the plugins that are needed.
New plugins
1. inside/vim-search-pulse
2. fantasyczl/blade-php-vim
Use this balde
syntax plugin instead of jwalton512/vim-blade
, because the old one causes vim sometimes gets stucked
Minor changes
Add setting let tern_show_argument_hints = 'on_hold'
for tern_for_vim
, it will shows the argument hint when cursor
stay on a function for a while
Removed
1. mattn/webapi-vim
this plugin should be installed as a dependency.
v1.1
v1.1 - 2015-11-01
New plugins
1. ggVGc/vim-fuzzysearch
2. unblevable/quick-scope
3. airblade/vim-gitgutter
Kep mappings
- Removed key mapping for :CtrlP, use default
ctrl+p
Minor changes
- User
noremap
instead ofmap
Removed
1. Ioannis-Kapoulas/vim-autoprefixer
auto prefix usually done by building tools