vim-docker-tools VS nvim-docker

Compare vim-docker-tools 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
vim-docker-tools nvim-docker
1 5
107 119
- -
2.6 0.0
5 months ago 4 months ago
Vim Script 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.

vim-docker-tools

Posts with mentions or reviews of vim-docker-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-20.
  • Introducing nvim-docker, The Missing Docker Management Lua Plugin
    5 projects | /r/neovim | 20 Jul 2022
    Hey everyone! I've been using Neovim for a while and recently started researching options for managing docker containers/images from inside Neovim. What I wanted to find was something that provided basically the functionality of Docker Desktop. The only thing I found was vim-docker-tools, but it didn't seem actively maintained (last commit 2 years ago), was written in vimscript instead of Lua and didn't function the way I wanted it to.

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 vim-docker-tools and nvim-docker you can also consider the following projects:

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

docker-vim - My customized vim editor running in a lightweight docker container

devc - cli tool to manage your devcontainers

vim-airline - lean & mean status/tabline for vim that's light as air

vim-kubernetes - vim-kubernetes

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

nerdtree - A tree explorer plugin for vim.

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

lazydocker - The lazier way to manage everything docker

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