Skip to content

Releases: TTWShell/legolas-vim

vim升级到8.1,增加typescript-vim

06 Jun 10:03
0249d5b
Compare
Choose a tag to compare

vim升级到8.1,默认使用py3。增加typescript-vim。

Async plug-in manager for Vim: vim-plug.

21 Nov 10:06
9baa853
Compare
Choose a tag to compare

使用异步的vim-plug代替bundle;
去掉非必要的sudo;
fix typo等。

enhance config

09 Jul 02:07
Compare
Choose a tag to compare
  1. 重构ToggleFold的实现;
  2. install.sh增加init参数,避免误操作;
  3. 去掉vim-flake8插件,因为ale支持的足够好;
  4. yum bug修复;
  5. c文件设置color column为80。

去掉安装过程中的确认动作

14 Apr 02:00
Compare
Choose a tag to compare
  1. 去掉系统识别的确认;
  2. auto yes,自动忽略安装插件时配色未找到的报错;
  3. 增加ci;
  4. 增加tab替换为>---的解释。

enhance install

29 Mar 01:45
Compare
Choose a tag to compare
  1. 优化安装,大幅度提升安装速度。去掉了YCM C-family languages支持,如果需要写c系语言,可以使用以下命令重新build:

     ./install-plugins.sh rebuild --clang-completer
    
  2. 优化了install-plugins.sh,增加了usage。

chmod775

21 Mar 07:51
Compare
Choose a tag to compare

chmod775

stable

11 Mar 04:51
Compare
Choose a tag to compare
Merge pull request #62 from TTWShell/feature/set-incsearch

set incsearch