SaaSHub helps you find the best software and product alternatives Learn more →
Distant.nvim Alternatives
Similar projects and alternatives to distant.nvim
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
nvim-dev-container
Neovim dev container support - Mirror of https://codeberg.org/esensar/nvim-dev-container
-
NvChad
Discontinued An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast. [Moved to: https://github.com/NvChad/NvChad] (by siduck76)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
distant.nvim discussion
distant.nvim reviews and mentions
-
how best to edit remote files?
Oops, meant distant, https://distant.dev/.
-
Neovim workflow
2) There is a remote working plugin to not have the overhead of sshfs copying around files https://github.com/chipsenkbeil/distant.nvim, but you could also role your own with neovim now having remote mode and lua runner. Main caveat is how to get consistent file system view.
-
remote-sshfs.nvim: Explore, edit, and develop on a remote machine via SSHFS with Neovim and telescope. Loosely based on VSCode's Remote -SSH (very alpha, rapid development)
- What do you think of other plugins e.g.: https://github.com/chipsenkbeil/distant.nvim?
- How to edit file on a server using your local neovim?
- Neovim and devcontainers
-
What is the current state of remote neovim?
This is something I've been tracking pretty closely. My understanding of the current options: 1. Use sshfs. Pros: nothing to install on the remote server. Cons: will choke on huge filesystems when doing some operations (e.g. fuzzy finding). Also requires all your LSP/linting/analysis tools to be installed locally, which may not be the case if your company is transitioning to remote developer environments. 2. Use netrw or similar. Pros: nothing to install. Cons: will not play nice with LSP, fuzzy finding, or anything else. 3. Use distant.nvim. At this point, basically the same as netrw except that maybe remote LSP will work. 4. SSH to the server and use nvim there. Pros: simple and everything works. Cons: Have to install nvim on the server. SSH connection may cause typing lag if the RTT is high (some people report that Mosh can help the lag issue)
-
Any recommendations for operating system authentication libraries?
The reason being is that I've written a service called distant with a companion neovim plugin, distant.nvim, and want to provide forms of authentication in the same vein as ssh.
-
Using LSP's in Neovim with remote projects.
Did a lot if research. there is distant.nvim that tries to solve it maybe it will work for you.
-
Do you use Neovim when doing Server Configuration?
I either use the vi / vim that's on the server or connect remotely using https://github.com/chipsenkbeil/distant.nvim
-
Vim After 15 Years
Regarding the last part of your comment: you may get some value out of this plugin, https://github.com/chipsenkbeil/distant.nvim, https://www.youtube.com/watch?v=wVAsbpByQ3o.
I've not used it but your use case made me wonder if there's a nice way to do it, as I regularly SSH into my NAS and RPi's, so I had a quick search.
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Feb 2025
Stats
chipsenkbeil/distant.nvim is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of distant.nvim is Lua.