Skip to content

Releases: knilecrack/VSNeo

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 01:31
Snap nvim's window back when it switches buffers on its own

File-mark jumps ('0-'9, 'A-'Z) and cross-file Ctrl+O make nvim load
another file into its single window. VS keeps showing its document, so
nvim's cursor/scroll reports then describe the wrong file: the caret
slams to end-of-file and % matches in a buffer that isn't on screen.

The companion now notifies on BufEnter (before the state push), the hub
tracks the current buffer path and raises BufferSwitched, and the
listener snaps the window back to the mirror of the document VS is
showing. Cursor and viewport reports from a foreign buffer are dropped
in the gap.

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 20:03
v1.1.0: which-key hints, marks peek, macro recording badge, Lua rc, s…

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Sep 13:06
fixing focus issue and mode got colors in status bar

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Sep 13:04
Make the extension ID marketplace-legal and publish via VsixPublisher…