Skip to content

Releases: chipsenkbeil/distant.nvim

distant.nvim v0.1.2

13 Nov 19:15
1d798b3
Compare
Choose a tag to compare

Highlights

  • Add logging initialization for distant lua shared library
  • Fix poll_interval to be properly applied when polling futures
  • Add DistantConnect as new command alternative to DistantLaunch
  • Fix failing to load Rust lua module getting masked by a prompt to
    install the module when an error is encountered

distant.nvim v0.1.1

13 Nov 19:15
3f6f3e7
Compare
Choose a tag to compare

Highlights

  • Fix ssh.port usage in DistantLaunch not converting from string -> u16
  • Add print & error output for launch and install command completion
  • Fix LSP start_client failing as checking for local executable fails for
    remote binary
  • Fix settings not getting applied to DistantLaunch
  • Add [reload] parameter to DistantInstall to force dialog to appear
  • Write initial distant.txt documentation

distant.nvim v0.1.0

13 Nov 19:14
4436ce1
Compare
Choose a tag to compare

Highlights

  • First official release of plugin against v0.15.0 of distant binary and Lua module
  • Leverages custom Rust -> Lua module integration