Skip to content

Releases: vscode-neovim/vscode-neovim

v1.12.0

21 May 02:48
02d13f0
Compare
Choose a tag to compare

1.12.0 (2024-05-21)

Features

  • Support inccommand, including "split" (c01e149)

Bug Fixes

  • cursor position after scrolling with incsearch (5fedba5)
  • highlight: forward search / matching in long lines (#1976) (5fedba5)
  • set highlight group Subsitute (#1983) (479638f)
  • sometimes eol highlight being displayed incorrectly (#1988) (9e208f2)
  • wildmenu items are being set repeatedly (#1989) (fc48f03)
  • wildmenu sometimes not showing (c01e149)

Documentation

  • indicate you can view logs in the Debug Console (#1995) (c00e7dc)

Refactor

  • don't hardcode substitute highlight (#1991) (1b6bb7b)
  • lua: move autocmds,filetype to runtime/modules (#1990) (c81e64d)
  • remove the border of the custom highlights (479638f)
  • remove viewport hack when in cmdline mode (5fedba5)

v1.11.5

18 May 16:56
b6d44f4
Compare
Choose a tag to compare

1.11.5 (2024-05-17)

Bug Fixes

  • eval: try serializing the object result (#1966) (b387d29)
  • incsearch: win cursor not properly revealed (#1971) (116abdd)
  • reduce text jumpiness when using the substitute command (#1973) (d6e44dd)

v1.11.4

14 May 20:01
b9ad120
Compare
Choose a tag to compare

1.11.4 (2024-05-14)

⚠ BREAKING CHANGES

  • use VSCode log level instead of our own (#1962)

chore

Features

Bug Fixes

v1.11.3

09 May 14:52
4ccd611
Compare
Choose a tag to compare

1.11.3 (2024-05-09)

Bug Fixes

v1.11.2

06 May 07:21
12e0d8b
Compare
Choose a tag to compare

1.11.2 (2024-05-06)

Bug Fixes

Documentation

  • Improve documentation and examples for composite keys (#1933) (c0edf52)

Refactor

  • enable vscode-neovim.lua to accept an array of strings (#1930) (8becac6)
  • register type commands only when needed (#1931) (f25b899)

v1.11.1

02 May 05:28
a74faab
Compare
Choose a tag to compare

1.11.1 (2024-05-01)

Bug Fixes

  • Match any ASCII characters in composite keys (#1923) (51e2f11)

v1.11.0

30 Apr 05:27
b817a33
Compare
Choose a tag to compare

1.11.0 (2024-04-30)

⚠ BREAKING CHANGES

  • The old composite commands are removed.

Features

Miscellaneous Chores

v1.10.1

27 Apr 02:27
3c82cc0
Compare
Choose a tag to compare

1.10.1 (2024-04-26)

Bug Fixes

  • cursor: always reveal the nvim cursor position (#1911) (37f3434)

v1.10.0

21 Apr 15:30
c7c26ab
Compare
Choose a tag to compare

1.10.0 (2024-04-21)

⚠ BREAKING CHANGES

  • vscode.get_status_item has been removed.

Features

Bug Fixes

  • highlight: timely win hl ns setup, disable treesitter highlighting (#1898) (eff4e20)

Miscellaneous Chores

v1.9.0

20 Apr 23:19
441b96d
Compare
Choose a tag to compare

1.9.0 (2024-04-20)

Features

Bug Fixes

  • tabstops now considered when calculating line width for highlights (#1897) (bd4cbca)