akiyosi
akiyosi
Perhaps this issue is related to the following bug report. https://bugreports.qt.io/browse/QTBUG-71737 Also, the Qt bug report seems to be even more relevant. https://bugreports.qt.io/browse/QTBUG-59360 https://bugreports.qt.io/browse/QTBUG-74917 Reading these threads, it seems that...
It is downloaded App probrem in OS X. Please select the application and control-click.
Hi, You should build as follows. https://github.com/dzhou121/gonvim/wiki/Development
Hi, I'm sorry, I did not check it well. You can build it below. ``` $> go get -u -v github.com/therecipe/qt/cmd/... $> qtsetup $> go get -d github.com/dzhou121/gonvim/editor/ $> cd...
Hi. I'm sorry.😓The above command is typo. It is correct below. ``` qtdeploy build desktop ```
@Mike-Now Please try my fork if you like. https://github.com/akiyosi/gonvim
Hi, Please tell me the details of your steps and your OS.
hey! Perhaps your environment does not find the nvim. try export PATH=/path/to/nvim-bin-dir:$PATH
The code related this issue is as follows, but how to judge whether a theme is dark or light... https://github.com/dzhou121/gonvim/blob/c264bb83afbfe10c2d4991037142c169ce6519c3/editor/cursor.go#L34-L40
In my fork branch I modified the cursor color to judge from the color scheme. try it. https://github.com/akiyosi/gonvim