Distant.nvim Versions Save

🚧 (Alpha stage software) Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment 🚧

v0.1.2

2 years ago

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

v0.1.1

2 years ago

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

v0.1.0

2 years ago

Highlights

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