rj1

Results 6 comments of rj1

[codeium](https://codeium.com/) seems like a good alternative

i'm experiencing something similar using lsp-signature-help + eslint video of behavior https://user-images.githubusercontent.com/83531587/228771551-5c4a860e-536d-456a-97bc-e9d7b806d3db.mp4 in my configuration, i used: ```lua cmp.setup({ preselect = cmp.PreselectMode.None, }) ``` now it doesn't autoselect and cause...

i'm experiencing the same/similar issue using the `ttf-hack-nerd` package on arch linux. all of a sudden i'm missing a bunch of symbols that worked fine before, a few examples: ```...

thx! in my case it's just some symbols i've pasted from https://unicodes.jessetane.com/ into my neovim config @mischw's [python script](https://gist.github.com/mischw/78e8e42c2ebb1069560a2fc4573b1425) is v helpful & managed to get most of them, but...

does running the script w/ `PYTHONIOENCODING=utf8` prepended fix it for you? e.g. `PYTHONIOENCODING=utf8 python chatgpt-irc.py` or better yet, maybe you need to set your shell environment to use utf-8.

can confirm I am experiencing this exact issue as well