Releases: chusiang/vimrc
Releases · chusiang/vimrc
4.0.6: Add "elzr/vim-json" plugin
4.0.5: Support EditorConfig.
Feature:
- Start unify coding styles via EditorConfig.
- Stop support the Windows.
- [EditorConfig] Add debug mode config for quick switch. #31
- [keymap] Change new tab hotkey from
tt
toCtrl-t
. - tagbar: support markdown headings.
Bugfix:
- Change github id of @wildskyf.
- Change the custom filetype for ansible-vim v2.0
- Mark
filetype indent on
for support EditorConfig. #31 - Setting the
encoding
args toutf-8
. - Upgrade the Python from 3.6 to 3.7 for macOS #27
- [vim-markdown] Disable concealing "code blocks" syntax.
CI:
- Add "Alpine 3" stage.
- Integrate the Travis and Slack.
- Refactor via
DOCKER_TAG
variable. - [Make] Add check, yaml_check, travis_check args.
4.0.4: Integrate the Travis CI
Integrate the Travis CI for check the make install
script on Vim 8.0 x Debian 9.
4.0.3: Support the GNU/Linux
If I add the runtime! debian.vim
line, the dein.vim will be failed on latest Vim x Ubuntu 16.04 / Debian 9, so I remove it.
4.0.2: Add tomorrow airline theme
- Add plugin of vim-airline-themes.
- Use the airline theme of tomorrow.
- Only enable the Powerllne fonts on Console.
- Tuning for CentOS 7.4 and
make install
.
Reference:
4.0.1: Optimizing install script and Bug fix
-
Optimizing the install script.
Use the url of dymanic install script is not secutiry, so I manual handle it.
-
Fix typo path of install script.
-
Example:
[ jonny@gundam ~/vcs/vimrc ] (develop) - 10:45 $ time make install ==> Copy vimrc ... cat _vimrc > /Users/jonny/.vimrc cat _gvimrc > /Users/jonny/.gvimrc cp -a _vim/ /Users/jonny/.vim ==> Install dein.vim ... mkdir -p ~/.vim/bundle/repos/github.com/Shougo/dein.vim git clone https://github.com/Shougo/dein.vim ~/.vim/bundle/repos/github.com/Shougo/dein.vim Cloning into '/Users/jonny/.vim/bundle/repos/github.com/Shougo/dein.vim'... remote: Counting objects: 4810, done. remote: Compressing objects: 100% (18/18), done. remote: Total 4810 (delta 14), reused 20 (delta 11), pack-reused 4781 Receiving objects: 100% (4810/4810), 930.41 KiB | 846.00 KiB/s, done. Resolving deltas: 100% (2742/2742), done. ==> Install plugins ... vim -c "try | call dein#install() | finally | qall! | endtry" -Ne ==> Done. real 2m35.850s user 1m36.400s sys 0m22.555s
4.0.0: First of dein.vim
This is the first edition of dein.vim
.
I refactor so many vim scripts, and disable many plugins.
Please see the 7ae3af6#diff-88b99bb28683bd5b7e3a204826ead112 .
3.1.1. Last of NeoBundle
This is a last edition of neobundle.vim
(package manager), because I will replace it will dein.vim
.