Performance & Unit test update
Features
- 50x faster to setup after removing table overhead in #410
version | time (ms) |
---|---|
v1.0.0 | 0.440280241 |
v1.1.0 | 0.009630403 |
Editor | Version | OS | Lua | Manager |
---|---|---|---|---|
Neovim | nightly | Ubuntu | LuaJIT | Lazy.nvim |
Neovim | nightly | Macos | LuaJIT | Lazy.nvim |
Neovim | nightly | Windows | LuaJIT | Lazy.nvim |
Vim | 8.2 | Ubuntu | Lua 5.4 | Vim-plug |
Vim | 9 | Macos | Lua 5.4 | Vim-plug |
Vim | 9 | Windows | Lua 5.4 | Vim-plug |
-
tests: Plenary testcases was also added by @nullchilly in #420
-
integration: vim-sandwich by @flinguenheld in #402
-
integration: ts-rainbow2 by @CnTeng in #407
-
lspsaga: support v0.2.7 by @Jint-lzxy in #411
-
compiler: remove
require
call to write compiled files by @EdenEast in #406
Bug Fixes
- transparent: winblend and popup by @nullchilly in #403
- php: theme methods by @robmeijerink in #405
- compile: invalid cterm by @nullchilly in #417
- flavour: respects o:background by @nullchilly in 22e5567
- coc: highlight-gui wasn't set by @nullchilly in 8b23776
- group: comment out MsgArea by @nullchilly in 238d1e9
- noice: cursor is invisible by @nullchilly in 4606b68
Full Changelog: v1.0.0...v1.1.0