Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

64 lines (45 loc) · 2.5 KB

v1.3 - 2015-12-13

Important

Update installation script, new there is a new way to install this vim configuration. see README for more information

New plugins

####1. ruanyl/vim-eslint This is temporaly fix for slow linting of eslint.

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.

v1.1 - 2015-11-01

New plugins

####1. ggVGc/vim-fuzzysearch

fuzzysearch

####2. unblevable/quick-scope

qs1 qs2

####3. airblade/vim-gitgutter

gitgutter

Kep mappings

  1. Removed key mapping for :CtrlP, use default ctrl+p

Minor changes

  1. User noremap instead of map

Removed

####1. Ioannis-Kapoulas/vim-autoprefixer auto prefix usually done by building tools