-
**Describe the bug**
When pasting content which includes Chinese characters, neovide paste a lot of "????" char instead of original Chinese text.
**To Reproduce**
1. Copy some Chinese text fr…
-
There's a variety of frontends available besides Neovide. Support a few of them.
-
**Describe the bug**
Set PragmataPro Mono font in config.toml, observe strange german font being used.
**To Reproduce**
config.toml:
```toml
tabs = false
[font]
normal = ["PragmataPro…
-
Hi,
If you try to launch neovide with arguments that force nvim to print something to stdout and close (like version or help), then the neovide will not print those information but instead it will …
-
### Discussed in https://github.com/neovide/neovide/discussions/2739
Originally posted by **azzamsa** July 30, 2024
Hi, 👋
I always get `signal SIGSEGV (Address boundary error)` when running…
-
### Description
## Current implementation
```
bind=$mainMod,o,submap,open
submap=open
bind=,Q,exec,qutebrowser
bind=,N,exec,neovide
...
bind=,escape,submap,reset
submap=reset
```
#…
-
### Check for existing issues
- [X] Completed
### Describe the feature
With Zed performance, I see it as a very potential candidate for me to replace neovim with, I'm currently using Neovide, I wou…
-
贴上配置ascii_mode代码,系统 macOs 10.11.6 vscode 1.8.1 鼠须管是最新手动编译的
```
app_options/com.googlecode.iterm2:
ascii_mode: true
app_options/com.tdesktop.Telegram: {}
app_options/com.ten…
-
Go lsp ( gopls ) server does not if i use it with neovide but works perfectly when nvim in terminal
https://github.com/neovide/neovide/assets/93645760/43319644-4719-47de-95b3-8a0c9908b3b9
…
-
I want to start neovide from CLI and reading the STDIN as the content, but failed.
I tried
```
echo "abc" | neovide
```
and
```
echo "abc" | neovide -
```
and expect neovide to be opened…