GitPedia
chipsenkbeil

chipsenkbeil/distant.nvim

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

3 Releases
Latest: 4y ago
distant.nvim v0.1.2v0.1.2Latest
chipsenkbeilchipsenkbeil·4y ago·November 13, 2021
GitHub

📦 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.1v0.1.1
chipsenkbeilchipsenkbeil·4y ago·November 13, 2021
GitHub

📦 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.0v0.1.0
chipsenkbeilchipsenkbeil·4y ago·November 13, 2021
GitHub

📦 Highlights

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