Skip to content

Releases: arsham/indent-tools.nvim

Release v0.5.0

04 Jun 12:06
f948f48
Compare
Choose a tag to compare

Feature

  • Repeatable jumps with ; and ,

Documentation

  • Change fenced snippets spacing
  • Add vimhelp file

Refactor

  • health: Add support for nvim v0.7.x
  • health: Replace deprecated functions

Release v0.4.0

07 Jan 18:18
523dad1
Compare
Choose a tag to compare

Refactor

  • Add support for lazy plugin manager config

v0.3.0

20 Nov 16:32
f9b436a
Compare
Choose a tag to compare

Feature

  • Mappings: Map [i and ]i in visual and operator-pending modes (by @JulesNP)

Fix

  • Textobj: Don't map ai/ii in select mode (by @JulesNP)

Chore

  • Merge: PR branch extend-nav

v0.2.0: feat!(textobj): add support for around indentation

15 Jul 18:56
034a3e7
Compare
Choose a tag to compare

Feature

  • Textobj: Add support for around indentation (Ref #2) [BREAKING CHANGE]

Fix

  • Textobj: Fix handling cii correctly (Ref #2)
  • Config: Fix copying config deeply