Skip to content

Releases: subnut/nvim-ghost.nvim

v0.3.0: Send cursor position to browser

11 Mar 09:20
Compare
Choose a tag to compare
From now on, we set the browser's cursor position according to where the
cursor is in neovim. Though, the opposite — setting neovim's cursor to
the same position as that in the browser — hasn't been implemented yet.

v0.2.7: BUGFIX

11 Mar 08:24
Compare
Choose a tag to compare

Polling is essential in how simple_websocket_server works. I had tried to remove it, causing the whole plugin to stop working. This release fixes that bug.

v0.2.6: Major update

11 Mar 06:53
Compare
Choose a tag to compare
- Consolidated logging by creating a log() function
- Fixed handling of $NVIM_GHOST_LOGGING_ENABLED
- Fixed bugs caused by the switch from threading to multiprocessing

v0.2.5: Improve binary

09 Mar 22:28
Compare
Choose a tag to compare
- Use processes instead of threads (bypasses python's GIL)
- Make /exit cleanly exit the server

v0.2.4

09 Mar 07:16
Compare
Choose a tag to compare
[BUGFIX] is_running() causes Broken Pipe exception

v0.2.3: BUGFIX

09 Mar 07:00
Compare
Choose a tag to compare
- Kill the running binary before installing a new one
- Don't request focus if we've spawned the server
- Fix nvim_ghost#helper#is_running()

v0.2.2

09 Mar 06:10
Compare
Choose a tag to compare
Bump version to build with latest release of pyinstaller instead of
using the latest git HEAD of pyinstaller

v0.2.1: Improve plugin startup time

08 Mar 19:41
Compare
Choose a tag to compare
Instead of running nvim-ghost-binary --version (which takes a long time)
to get the version of the installed binary, we distribute a .version
file along with the binary, and read from that.

v0.2.0: Major update

08 Mar 18:14
Compare
Choose a tag to compare
- Install binary automatically

- Allow running multiple servers on multiple ports
  (Useful in case of multi-user systems)

- Improve install scripts

v0.1.4

05 Jul 19:16
Compare
Choose a tag to compare
Dependencies updated.