netman.nvim VS nvim-docker

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

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
netman.nvim nvim-docker
36 5
320 118
- -
8.0 0.0
11 days ago 3 months ago
Lua Lua
MIT License MIT License
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.

netman.nvim

Posts with mentions or reviews of netman.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.

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.

What are some alternatives?

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

telescope-file-browser.nvim - File Browser extension for telescope.nvim

devc - cli tool to manage your devcontainers

neo-tree.nvim - Neovim plugin to manage the file system and other tree like structures.

vim-kubernetes - vim-kubernetes

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

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

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

lazydocker - The lazier way to manage everything docker

vim-docker-tools - Toolkit for managing docker containers, networks and images in vim.