-
* Version: staging release
* Base libraries qt: 5.10.1, gcc: 8.1.0
* OS: Arch Linux
Tamil text is rendered incorrectly and editing the text is an issue since. I am using the font, `TAMu_Kalyani` an…
-
**OS** (name + version; i.e. Linux Mint 20, Windows 10 2004, Macos Big Sur, etc.):
Arch Linux
**What vim? (+ version)** (i.e. vim, gvim, nvim, nvim-qt, mvim, ...):
NVIM 0.9.0
**Reproduced …
-
### What Operating System(s) are you seeing this problem on?
Windows
### Which Wayland compositor or X11 Window manager(s) are you using?
_No response_
### WezTerm version
20230712-072601-f4abf8f…
-
If I run the command:
```
xclip -selection clipboard -in -target image/png < scr.png
```
where scr.png is a large image (3840x2160), while CopyQ ~~with the "Images" item format enabled~~ is ru…
-
### Package name
neovim-qt
### Brief description of package
Neovim QT is a QT GUI for Neovim
### URL for package's homepage
https://github.com/equalsraf/neovim-qt
### Provide a basic…
-
Some installers require a configuration file to specify parameters necessary for silent installation.
The manifest could be extended to support the data needed in a config file and could be…
-
I have chadtree properly installed and I do see icons (filetype icons) on terminal neovim. However, on neovim-qt, I don't. This is what I have:
![chadtree_icons](https://user-images.githubuserconte…
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
No
### System Info and Version
System/Version info
Hyprland, built from branch main…
-
When trying to run Oni (0.3.0) for the first time on my Mac (10.13.3), the GUI and folder list open, but the actual neovim editor does not, it just appears as a blank screen:
![image](https://user-…
-
I use headless neovim and listen-mode neovim-qt for my WSL development, like this:
```bash
function nvim-qt() {
true
while [ $? -ne 1 ]; do
RANDOM_PORT=$(( ( RANDOM % 10000 ) + 50…