Skip to content

Releases: kylechui/nvim-surround

v3.1.6

28 Aug 05:26
a868c25

Choose a tag to compare

3.1.6 (2025-08-28)

Bug Fixes

  • Compatibility issue with Neovim <v0.11. (#407) (617fee0)
  • Incorrect TreeSitter language for queries. (#405) (5cfaad2)

v3.1.5

18 Aug 18:39
d56752d

Choose a tag to compare

3.1.5 (2025-08-18)

Bug Fixes

v3.1.4

18 Aug 03:55
ad60cea

Choose a tag to compare

3.1.4 (2025-08-18)

Bug Fixes

  • treesitter: simpler root node calculation (#396) (c271c90)

Performance Improvements

  • Convert between 1D and 2D indices in a non-stupid way. (#399) (fd40caf)

v3.1.3

26 Jul 21:03
7a7a78a

Choose a tag to compare

3.1.3 (2025-07-26)

Bug Fixes

  • Use native vim.treesitter module when available. (#391) (a925c03)

v3.1.2

26 May 18:50
8dd9150

Choose a tag to compare

3.1.2 (2025-05-26)

Bug Fixes

v3.1.1

18 Apr 22:16
0e62500

Choose a tag to compare

3.1.1 (2025-04-18)

Bug Fixes

  • Allow disabling aliases. (2c3edae)

v3.1.0

22 Mar 05:44
caf6f63

Choose a tag to compare

3.1.0 (2025-03-22)

Features

  • Repeat delete/change operations using number prefix. (#373) (4534f28)

v3.0.2

16 Mar 07:40
6c54643

Choose a tag to compare

3.0.2 (2025-03-16)

Bug Fixes

  • Attempt to unblock luarocks-release. (#376) (7977592)

v3.0.1

16 Mar 00:20
3531de0

Choose a tag to compare

3.0.1 (2025-03-15)

Bug Fixes

  • Try to trigger luarocks release for all tags. (72a11ef)

v3.0.0

13 Mar 03:38
f70d562

Choose a tag to compare

3.0.0 (2025-03-13)

⚠ BREAKING CHANGES

Features

  • Repeat operations for adding delimiters. (#360) (ded28a6)

Documentation

  • Recommend v3 to new users. (f081cd0)