-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: matching socket to nvim parent only
There was an unintentional check to see if the process id of the neovim socket (--embed) is the "client" neovim process, which shouldn't ever be the case (I think). The behavior was a false positive that opens up the file from any pane in a running instance of neovim in a different tmux window. I went ahead and added this functionality, since I think it's useful. Now, it ton will try to open in a nvim instance in the current window, or fallback to the first nvim instance it finds.
- Loading branch information
Showing
1 changed file
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters