-
I just noticed that "winget" is used in the output:
```
vim
vim: The term 'vim' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name,…
-
![image](https://user-images.githubusercontent.com/13750235/34740474-82534ba8-f54d-11e7-98cf-6e28d1220f0c.png)
On the Left is Neovim with ```:GuiFont Source Code Pro for Powerline:h11```
On the Ri…
-
**Describe the bug**
n the terminal and nvim-qt, I'm able to click `gitsigns` and see the diff. I'm also able to click the scrollview area to quickly jump to things. Neither works in neovide
*…
mikew updated
2 months ago
-
Can neovim-qt have default menus and toolbars like that in gvim? It would be awesome for beginners, like me.
-
See comments:
https://github.com/equalsraf/neovim-qt/pull/856#issuecomment-1213320100
Related:
#929
#851
#856
FYI @shatur
-
See:
https://github.com/equalsraf/neovim-qt/blob/84721b6d5935bbd1b747e5d0aae31ba046883ded/src/gui/shell.cpp#L291-L292
This value should be parameterized.
-
We should work on providing better documentation for the configuration options.
See:
https://github.com/equalsraf/neovim-qt/wiki/Configuration-Options
-
Thanks for this amazing frontend for Neovim!
I try to open one file using fvim in a new tab from the command line on Windows. In GVim, it has a `--remote-tab-silent` option to achieve. Native neovi…
-
neovim-qt 에서 `set guifont=D2Coding`으로 폰트를 변경하게 되면 `bad fixed pitch metrics` 라는 경고문이 나오게 됩니다. 그리고 눈으로 보기에도 이텔릭체에서 폰트가 잘리는 모습을 볼 수 있습니다.
![d2coding_font_bad_fixed_pitch_matrics](https://user-images.g…
-
The QT's saveGeometry() works properly, but it saves both dimensions and position. The result restoreGeomentry() always opens window at same position.
The option to calculate dimensions by lines and …