You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the bottom right window (of 4 in a square, 1 status at the very bottom) displays:
┌─ Text File ~/.config/wtf/config.yml─┐
│open /home/florian/code/go/src/github.│
│com/senorprogrammer/wtf/vendor/github.│
│com/zyedidia/highlight/syntax_files: │
│no such file or directory
How did you expect it to behave?
"No config file found" or "missing dependency: highlight/syntax_files
I am actually unsure if it tries to load something dynamically after startup.
The text was updated successfully, but these errors were encountered:
Oh, I bet I know what's going on. The highlight package contains a directory of yaml files that it uses to highlight syntax. They're not being included in the compiled binary. As a work-around for the time being, you can install them via: go get github.com/zyedidia/highlight if you have Go installed.
And thanks for catching that and opening an issue on it! I appreciate it.
senorprogrammer
changed the title
Missing config gives weird error
Highlight synatax_files not included in compiled binary
Jul 31, 2018
What's the problem?
Downloaded 0.1.0 on Ubuntu 16.04 and ran it.
the bottom right window (of 4 in a square, 1 status at the very bottom) displays:
How did you expect it to behave?
"No config file found" or "missing dependency:
highlight/syntax_files
I am actually unsure if it tries to load something dynamically after startup.
The text was updated successfully, but these errors were encountered: