Update installation script, new there is a new way to install this vim configuration. see README
for more information
####1. ruanyl/vim-eslint This is temporaly fix for slow linting of eslint.
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.
####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
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
####1. mattn/webapi-vim this plugin should be installed as a dependency.
####1. ggVGc/vim-fuzzysearch
####2. unblevable/quick-scope
####3. airblade/vim-gitgutter
- Removed key mapping for :CtrlP, use default
ctrl+p
- User
noremap
instead ofmap
####1. Ioannis-Kapoulas/vim-autoprefixer auto prefix usually done by building tools