Releases: arsham/indent-tools.nvim
Releases · arsham/indent-tools.nvim
Release v0.5.0
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
Refactor
- Add support for lazy plugin manager config
v0.3.0
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
Feature
- Textobj: Add support for around indentation (Ref #2) [BREAKING CHANGE]
Fix
- Textobj: Fix handling cii correctly (Ref #2)
- Config: Fix copying config deeply