miversen33 / netman.nvim

Neovim (Lua powered) Network Resource Manager
MIT License
330 stars 1 forks source link

Containers status indicators are not updated (ever) #180

Closed miversen33 closed 8 months ago

miversen33 commented 8 months ago

When netman starts a container for the user, its status is never updated in neo-tree. Indeed neither is a container that has stopped since neo-tree has been opened. We should probably setup a recurring timer to update those statuses

miversen33 commented 8 months ago

Completed with merge of #185