Xie Zejian

Results 86 comments of Xie Zejian

The same config work at chrome, so it's an edge unique bug, I'm trying to modify the json file to ``` { "allowed_origins": [ "chrome-extension://aajlcoiaogpknhgninhopncaldipjdnp/", "chrome-extension://gfbliohnnapiefjpjlpjnehglfpaknnc/", "extension://gfbliohnnapiefjpjlpjnehglfpaknnc/", "extension://aajlcoiaogpknhgninhopncaldipjdnp/" ], "description":...

Any progress? Seems 'marks.py' has changed so I cant add COQmarks_available() function into it easily.

> You can try [this branch](https://github.com/zeertzjq/coq_nvim/tree/coq-marks-available). How can I use it properly? I got an error "attempt to call field 'marks_available()' (a nil value) when execute "lua COQ.marks_available()"

> It's `COQ.Marks_available()`. Thanks a lot! The following is quite rough but works fine ``` ino \ UltiSnips#CanJumpForwards() ? "=UltiSnips#JumpForwards()": \ Marks_available() ? "lua COQ.Nav_mark()" : "Tabout" ```

marks_available will break if marks are accidentally disappear, e.x., by a completion swallow it. https://user-images.githubusercontent.com/41792945/165274965-12b04fbc-294d-426a-a45c-43f3bd0eaaa3.mp4

Any workaround or solution?

I can't open it after install this branch

> > I have the same problem, do you have coc.nvim? I have that plugin and when i disable it, everything works normally. Hopefully there is some kind of fix...