Skip to content

v2.2.1

Compare
Choose a tag to compare
@Jint-lzxy Jint-lzxy released this 26 Mar 13:51
· 502 commits to main since this release
4b1684a

SUMMARY

This release contains only bug fixes and performance optimizations. Namely:

  • Functional change: the mapping for cmp.close was changed from <C-e> to <C-w>.
  • Updated lua's @variable.builtin highlight group for catppuccin. (From fg = cp.red to fg = cp.flamingo)
  • After 08743e6, neovim would load treesitter only when necessary resources are available (via vim.schedule_wrap)
  • Fixed a shadowed runtime error in Windows install script.
  • Fixed a bug where <Tab> still calls LuaSnip outside of a snippet. (#588)

Have a look at the "What's Changed" section for minor fixes.

What's Changed

Full Changelog: v2.2.0...v2.2.1