Support gitmux.yaml #106
-
I've been having issues with my Neovim setup and LSP detecting the gitmux.conf file as I currently associate
Could we allow the |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Calling |
Beta Was this translation helpful? Give feedback.
-
When I change it to I made sure to restart tmux completely and as soon as I change it back to |
Beta Was this translation helpful? Give feedback.
-
Not sure what's happening on your configuration but I can guarantee that See: You should not need to restart tmux, |
Beta Was this translation helpful? Give feedback.
-
Thanks for clarifying, it was because of my |
Beta Was this translation helpful? Give feedback.
-
Happy to help |
Beta Was this translation helpful? Give feedback.
Not sure what's happening on your configuration but I can guarantee that
gitmux -cfg WHATEVER
will make gitmux load the file called WHATEVER and decode it as yaml.See:
You should not need to restart tmux,
tmux source tmux.conf' should be enough. But if you do want to be sure to restart,
tmux kill-server` should work.