multisn8
multisn8
Yeah, it is. Though that's unrelated to this. But in this case the font says "hey, I have that glyph" even though it's empty, swash tries to process it and...
You could do a screenrecording while you perform those steps, and then take one frame where that happens and something is visible. Or you run Neovide through `neovide --nofork` and...
Linux at least doesn't require much intervention from the application side, it just works already because the `.desktop` file of Neovide already specifies on how to forward files to Neovide.
Can't reproduce with ```vim call plug#begin("~/.local/share/nvim/vim-plug") Plug 'nvim-lua/plenary.nvim' Plug 'nvim-telescope/telescope.nvim' call plug#end() ``` being my config and using vim-plug, so either that's a platform issue (I'm on Linux) or a...
It's the default font, Fira Code. You can configure it with the `guifont` option, see `:h guifont`.
Hm, do you have any snippet or example configuration which can reproduce that? I can imagine it's somewhere in the NeoVim communication stuff, but having something reproduceable would be nice.
That's... rather unfortunate. There might be a way to use Termux and the X.Org server app though. In case that's too tedious to be viable for you, I'd hack around...
Thank you for reporting! I'm not sure if I'm understanding the issue correctly though. `` literally maps Ctrl and _ together, / is nowhere to be found in that sequence....
I see. Switching my layout to the US one and trying it out in nvim + alacritty on Arch Linux, `` only fires upon Ctrl + Shift + -, _not_...