-
I am attempting to follow the [troubleshooting guide.](https://github.com/roxma/nvim-completion-manager/wiki/Trouble-shooting)
First I tried to enable logging:
```
let $NVIM_PYTHON_LOG_FILE="~\NC…
bzm3r updated
6 years ago
-
### Description of the new feature / enhancement
## Summary
Currently, many CLI packages tend to modify the user `PATH` variable to make its binaries available in the shell. This is totally fine. …
-
I recently uploaded neovim-qt 0.2.7 to Debian and the build is failing on [Debian/kFreeBSD] because of the `connectToNeovimTCP` test. I've also reproduced the failure on normal FreeBSD.
```cpp
…
-
I've just ran into an issue that I'm not able to recover neovim's session when accidentally pressing Ctrl+Z. When I'm in terminal it's just ok but because wrapper is running directly nvim process it l…
-
If I have a file called `d:\r\hello.txt` and use `got` with ` let g:gtfo#terminals = { 'win' : 'cmd' }` setting. The cmd opens and closes.
I'm suspecting it has do to something with `\r` being a s…
-
Additional Request from Issue #411
Some users want the ability to set background-only transparency. Extend `GuiWindowOpacity` so text can be made opaque.
I'm not sure how this can be accomplishe…
-
I want Noto Sans Mono font:
`:GuiFont Noto Sans Mono`
But i got this error:
`Noto Sans Mono is not a fixed pitch font`
My Fonts:
`fc-list | grep NotoSansMono`
```
/usr/share/fonts/truety…
-
Whenever I try to update plugins using PlugUpdate, the following error appears. It doesn't seem that the plugins are being updated. I tried uninstalling the plugins and reinstalling them, but they…
-
Hello!
I read that there is an ability to do your font smoother with command
$env:QT_SCALE_FACTOR
but it doesn't work.
Are there another way to do font smooth????
-
The definition of the `foreground()` function is empty (eval.c):
``` c
static void f_foreground(typval_T *argvars, typval_T *rettv)
{
}
```
Although the function is not useful for the default UI on …