Skip to content

Releases: ruanyl/bigvim

v1.3

13 Dec 21:53
Compare
Choose a tag to compare

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

28 Nov 19:14
Compare
Choose a tag to compare

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

01 Nov 18:12
Compare
Choose a tag to compare

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

v1.0

11 Oct 11:50
Compare
Choose a tag to compare
Update README.md

V0.9.9

30 Sep 19:19
Compare
Choose a tag to compare
V0.9.9 Pre-release
Pre-release
refactor for pre-release