Skip to content

0.9.0

Compare
Choose a tag to compare
@julienvincent julienvincent released this 11 Sep 15:04
· 110 commits to master since this release
b68207e

New Features

Auto Indentation

Nvim-paredit can now automatically fix form/element indentation when performing slurp and barf operations! You can read more about this here: https://github.com/julienvincent/nvim-paredit/tree/v0.9.0#auto-indentation.

Please note that this is disabled by default. To use this feature you can enable it by setting indent.enabled = true in your configuration.

Fennel Support

Language support for Fennel has been added! This is done through a new language extension plugin which can be found here: https://github.com/julienvincent/nvim-paredit-fennel

This is still pretty experimental. Please open any issues with this on the nvim-paredit-fennel repo.

Fixes

  • Some tweaks to the language extension API were made which allow language extension plugins to register themselves lazily.
  • An issue where the cursor was not placed correctly in some cases was fixed. This was a breaking change to the cursor API.

Misc

  • Default keymaps can now be disabled by setting them to false or nil.