Skip to content

v2.1.0

Compare
Choose a tag to compare
@Jint-lzxy Jint-lzxy released this 10 Feb 11:42
· 574 commits to main since this release
b1cc5ed

SUMMARY

  • clangd's --query-driver option is auto-completed by querying your PATH. Please add the compiler you need to your $PATH environment variable.
  • Mapping lua callbacks is now supported.
    • All keymaps have been rewritten using native lua
  • legendary.nvim is deprecated. Please use Telescope keymaps instead. Keymap (<C-p>) remains unchanged.
  • nvim-comment was replaced by Comment.nvim.
  • nvim-ts-rainbow was migrated to a maintained fork.
  • crates.nvim is now available in the base config. View all available keymaps in the wiki!
    • Note: This plugin is only available inside Cargo.toml
  • The keymap folder is also restructured! You can start migrating your keymaps or simply leave them as they are. They won't break the config in most occasions.
  • Most plugins' lazy-load events have been replaced by { "CursorHold", "CursorHoldI" }. This could improve startup time, but a defect is it will cause external measuring tools to calculate the startup time incorrectly. See #502 for detail.
    • Note: Please do NOT set updatetime to above 500, otherwise most plugins may not function correctly

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

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0