-
- `nvim --version`: 0.4.3
- `vim -u DEFAULTS` (version: ) behaves differently? N/A
- Operating system/version: Fedora 31
- GUI name/version: neovim-gtk 0.3.0
### Steps to reproduce using `nv…
-
Kitty, Konsole, WezTerm (and others) - have been exposing an image rendering API. Image.nvim provides a compelling implementation, rendering images in buffers, allowing for scrolling, images directly …
-
I've been working to improve the terminal folding display and some things I think are LGTM:
- [x] multibyte display (so one can use '│' to replace the pipe,'▸' instead of + ▾ etc)
see ![2017-01-11-…
-
Would you consider creating a fork of MacVim based on the NeoVim project instead of Vim? I believe that this is the future of Vim development and would love to see a more performant, more modern imple…
-
**Describe the bug**
`Ctrl-[` and `Ctrl-]` on Czech keyboard on Windows does not behave as in plain console Neovim a Neovim QT.
I borrowed the text from this vim issue (thanks @risa2000), whic…
zbyna updated
5 months ago
-
- open `nvim-qt -- --clean -c 'set autoread' /tmp/test`
- lose focus on nvim-qt, add any change to `/tmp/test`
- focus on nvim-qt again
- check if the buffer was reloaded.
I have to run `:checkt…
-
One of the main things keeping me from using neovim is that my workflow centers too heavily around starting with vim in a terminal, then using `:gui` to reclaim the terminal once I've determined wheth…
-
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…
-
The command to show the font selector is output to the buffer instead, and the buffer ends in Normal mode:
```
:call MacShowFontSelector()
```
edrex updated
8 years ago
-
# Problem
- `dictwatcheradd` was originally added as a way to avoid the `options.c`, so we could use global variables instead of options. On the whole that was a reasonable idea, but didn't pan out…