-
Operating System: Windows 7 x64
neovim v0.2.2 was downloaded from https://github.com/neovim/neovim/releases/download/v0.2.2/nvim-win64.zip
The crash takes place without plugins.
I'm trying to ope…
-
Tracking issues for supporting builds against Qt6 - I was able to build against Qt6 after some changes, but I could not test, here is the list of issues
- [x] CMake can support mixed Qt5/6 builds h…
-
After using Goneovim for a while, it will crash without warning. It seems to happen regardless of what. Trying to open the minimap reliably causes a crash. I tried with `-u NONE`, and it seems to …
-
This might be specific to Windows.
After rebooting, the first startup of Neovim-Qt takes an extremely long time. I've measure it to be 11 seconds on my system.
Startups after that take less than…
xelra updated
7 years ago
-
The file `keymaps.lua` contains these codes:
```bash
keymap("t", "", "h", term_opts)
keymap("t", "", "j", term_opts)
keymap("t", "", "k", term_opts)
keymap("t", "", "l", term_opts)
```
I am usi…
-
The cursor rendering logic isn't correct for some wide characters:
![image](https://user-images.githubusercontent.com/11207308/91670062-eb0c0580-eae7-11ea-933b-4ad6781dc35e.png)
**Repro Steps:**…
-
Hi,
as witnessed in LeaderF, when doing
```
while(1):
let x=getchar(1)
if !type(nr) && nr == 0:
continue
HANDLE input
```
neovim-qt (with latest neovim server on…
-
While doing some unrelated testing on Mac OS, I noticed the following popup appear after long key presses.
![image](https://user-images.githubusercontent.com/11207308/70772024-11a2ca00-1d28-11ea-9e…
-
version:Neovim-qt 0.3.8
pc:windows 10
## this is my vimrc
![config](https://user-images.githubusercontent.com/29348971/61701811-5629cb00-ad71-11e9-9102-5311b0516085.png)
## this is the code
![cod…
-
Hi, I have two problems.
First, the completion message is not displayed in full.
Second, All categories of the completion messages are B.
e.g.
When I typed the string "st", it displayed the f…