Skip to content

Commit bf9f7e6

Browse files
committed
Editor Updated
1 parent 07d68c7 commit bf9f7e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Editor/NeovimEditor.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public static bool IsNvimUnityDefaultEditor()
4343
public bool OpenProject(string path, int line, int column)
4444
{
4545
if (string.IsNullOrEmpty(path) || !IsNvimUnityDefaultEditor()) return false;
46+
47+
if(!Project.Exists())
48+
SyncAll();
4649

4750
bool IsRunnigInNeovim = SocketChecker.IsSocketActive(Socket);
4851

0 commit comments

Comments
 (0)