matcha.nvim

Match and toggle augroups and options

Stars
12
matcha.nvim - v2.1.0 Latest Release

Published by mvllow 11 months ago

What's Changed

Full Changelog: https://github.com/mvllow/matcha.nvim/compare/v2.0.0...v2.1.0

matcha.nvim - v2.0.0

Published by mvllow over 1 year ago

Features

  • Add support for vim options (full support for boolean values, partial support for non-boolean values)
  • Optionally handle keymaps through matcha

Breaking changes

  • Previously public matcha.enable and matcha.disable functions are
    now private. These were not meant to be exposed as they did not
    function as expected when used directly by the user.
  • Lowercase augroups are now treated as options. Please start your
    augroups with (or at least include) an uppercase letter.
matcha.nvim - v1.0.0

Published by mvllow over 1 year ago

Initial release supporting augroup toggling.