Releases: chipsenkbeil/distant.nvim
Releases · chipsenkbeil/distant.nvim
distant.nvim v0.1.2
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 toDistantLaunch
- 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
Highlights
- Fix
ssh.port
usage inDistantLaunch
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
Highlights
- First official release of plugin against v0.15.0 of distant binary and Lua module
- Leverages custom Rust -> Lua module integration