Replies: 1 comment 2 replies
-
@edmondop moving this to a discussion since it's more in line with this space. 😄 So far, there's an FAQ discussing the advantages of this plugin over neovim's remote TUI. It also discusses pros and cons versus sshfs. https://distant.dev/editors/neovim/faq/ The reasons that matter to me are:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because Neovim is a terminal-based editor and not a GUI, it is possible to
ssh
into the remote machines, checkout the dotfiles and just launch Neovim. If you use packer or lazy, they will simply install the plugins in your dotfiles at startup.However, there are reasons/use cases for which Distant could be preferred (i.e. maybe the distant protocol works better than plain ssh with slow ping?), or when you want to customize the setup depending on the remote, etc.
Beta Was this translation helpful? Give feedback.
All reactions