nikvdp / neomux

Control Neovim from shells running inside Neovim.
MIT License
350 stars 11 forks source link

Bug: Not working #20

Closed raguay closed 8 months ago

raguay commented 9 months ago

Hi,

I run neovim nightly with LazyVim neovim configuration. I loaded the extension and it will open a terminal, but there are none of the terminal commands available. I also don't have the status bar showing window numbers.

nikvdp commented 8 months ago

Hi @raguay, sounds like the plugin is not getting loaded. If you run :echo g:neomux_loaded does it print 1 in the status bar?

nikvdp commented 8 months ago

Closing this for now as this is most likely not an issue with neomux itself but please feel re-open if the command above does indeed print a 1 and the neomux commands aren't present

raguay commented 7 months ago

Hi @raguay, sounds like the plugin is not getting loaded. If you run :echo g:neomux_loaded does it print 1 in the status bar?

I'm using LazyVim and it shows it in the loaded extensions list.