We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d68c7 commit bf9f7e6Copy full SHA for bf9f7e6
Editor/NeovimEditor.cs
@@ -43,6 +43,9 @@ public static bool IsNvimUnityDefaultEditor()
43
public bool OpenProject(string path, int line, int column)
44
{
45
if (string.IsNullOrEmpty(path) || !IsNvimUnityDefaultEditor()) return false;
46
+
47
+ if(!Project.Exists())
48
+ SyncAll();
49
50
bool IsRunnigInNeovim = SocketChecker.IsSocketActive(Socket);
51
0 commit comments