nvim-docker VS distant.nvim

Compare nvim-docker vs distant.nvim and see what are their differences.

distant.nvim

🚧 (Alpha stage software) Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment 🚧 (by chipsenkbeil)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nvim-docker distant.nvim
5 30
119 1,094
- -
0.0 6.9
4 months ago 4 months ago
Lua Lua
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nvim-docker

Posts with mentions or reviews of nvim-docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-13.
  • Neovim + Docker?
    8 projects | /r/neovim | 13 Oct 2022
    Theres quite a few options, most notably I prefer to use https://github.com/dgrbrady/nvim-docker for interacting with containers, along with https://github.com/miversen33/netman.nvim/tree/issue-28-libuv-shenanigans for remote development
  • What's the best practice for developing neovim plugins in Lua?
    3 projects | /r/neovim | 25 Aug 2022
    I don't remember where I got this code from, but in the plug-in i'm working on, I have the ,w binding set to reload the package. That way, when I make a change I just use that keybinding to reload my changes instead of closing and reopening neovim. Here's the file that sets that up: https://github.com/dgrbrady/nvim-docker/blob/main/dev/init.lua Replace the package name on line 4 and the function call on line 24 with your specific code, then execute :luafile dev/init.lua to load that file to enable the keybinding. you only have to do this once
  • Huge nvim-docker updates!!
    2 projects | /r/neovim | 27 Jul 2022
    For example container-layout returns a ContainerLayout whereas container-logs returns _M, and docker return docker
  • Introducing nvim-docker, The Missing Docker Management Lua Plugin
    5 projects | /r/neovim | 20 Jul 2022
    So I spent the past few days writing my first ever Neovim Lua plugin, nvim-docker. It's really early in development and only supports viewing containers on your machine with live reloading of your containers statuses. I have tons of features I'd love to implement, but wanted to get some feedback from the community on the project.

distant.nvim

Posts with mentions or reviews of distant.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-24.

What are some alternatives?

When comparing nvim-docker and distant.nvim you can also consider the following projects:

netman.nvim - Neovim (Lua powered) Network Resource Manager

nvim-remote-containers - Develop inside docker containers, just like VSCode

devc - cli tool to manage your devcontainers

neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim. [Moved to: https://github.com/nvim-neorg/neorg]

vim-kubernetes - vim-kubernetes

remote-sshfs.nvim - Explore, edit, and develop on a remote machine via SSHFS with Neovim

nvim-dev-container - Neovim dev container support - Mirror of https://codeberg.org/esensar/nvim-dev-container

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

NvChad - An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast. [Moved to: https://github.com/NvChad/NvChad]

lazydocker - The lazier way to manage everything docker

telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.