-
I am on Windows 10.
There is a Windows feature called Snap where dragging a window to the side of the screen will resize and snap it to the right half of the screen. This doesn't work on the Gon…
-
These options were effectively disabled in https://github.com/neovim/neovim/pull/1568. Need to investigate if they should be removed.
Related:
- vscode Nvim GUI: https://github.com/vscode-neovim…
-
https://twitter.com/lefticus/status/1569339209097572353
-
Is there any method to get current font configuration?
Like kinda `let result = rpcrequest(1, 'Gui', 'Font')`?
-
Myself as well as others in the neovim chat room have talked about the idea of having a `Plugin Manager`.
We should implement this feature as a neovim plugin (UI agnostic).
What are the plans for…
-
The title explains it all, [here's](https://youtu.be/_AoMEhoVhfg) a quick unlisted YouTube video that shows it in real action.
I'm using my daily PPA which is the tip of the QTerminal master tree.
-
I just want to build a table from a bunch of strings and I get a compile error. Not sure what to do, maybe you can help. This is my code:
```nim
import os
import nimqt
import nimqt/qpushbutton
…
-
## 更换软件源
1. 查看现有软件源
```bash
sudo pacman-mirrors -i -c China -m rank
```
这里可以看到有几个软件源可以选,一般是下面三个
```
0.479 China : https://mirrors.tuna.tsinghua.edu.cn/manjaro/
0.301 China …
-
I installed the plugin using Vundle by adding `Plugin 'tiagofumo/vim-nerdtree-syntax-highlight'` in my .vimrc. It successfully installed. I also made sure I had the the devicons font installed.
Whe…
-
Hi, let me start with a bit of background:
[libvterm](https://launchpad.net/libvterm) is an abstract terminal emulator library without any system dependencies(implemented in pure C99 API). It exposes…