Skip to content

v1.2

Compare
Choose a tag to compare
@ruanyl ruanyl released this 28 Nov 19:14
· 97 commits to master since this release

v1.2 - 2015-11-28

Important

  1. vimrc.bundle is more readable now
  2. 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

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.