Closed ClayMav closed 6 years ago
Ah, i see. Are you able to start the core by running xi-core
? It looks like you included the binary itself in the PATH variable.
I think this /Users/maverick/xi-editor/rust/target/debug/xi-core
should become this /Users/maverick/xi-editor/rust/target/debug
xi-core recently changed how they handle document invalidation so AFAIK kod
isn't working properly when it renders the document. I've been busy lately but a pull request would be welcome if you're up for the task.
Above is my $PATH, but every time I run
kod
it tells me that "xi-core" is not in PATH. Not sure what is the problem. From my understanding of exec.LookPath, this should not be happening, as it should be checking $PATHI am on MacOS.