-
I'm not asking for https://github.com/neovim/neovim/issues/304 , or even the "refactoring regex matching to a swappable plugin" suggestion within there. As much as I would love that, it seems to me th…
-
Is there any plans to make eclim work with neovim? (and with async support)
-
I've just met neovim and I am amazed at the terminal emulator.
However, I think it would be great that the emulator buffer could change its cwd(vim directory) when I type 'cd some/directory' in the co…
-
Hi,
Can I check if I am running vim or neovim? I have a symlink and run both Vim and Neovim with the same config files. Can I have something like this in my vimrc, nvimrc files?
```
if neovim
some…
-
In vim, when I suspend with ctrl+z, change something, and then come back, vim will offer me options about reloading files. Neovim simply does not; I have to do :e to reload a file. Is this a bug?
-
I found that on my Linux system,
```
$ sudo find / -name en.utf-8.spl
/usr/share/vim/vim74/spell/en.utf-8.spl
```
This is obviously not a place that neovim should or would be looking at.
…
-
Even though I set `let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']` the highlighting is always on.
I am using Neovim v.0.4.4
-
### I believe this to be an issue that should be addressed by maintainers of mason.nvim.
- [X] Yes
### Why do you think this is an issue with mason.nvim?
This is very much a NixOS problem and I wou…
-
Some people want to configure ALE differently for different projects. Support should be added for loading a project configuration file before linting or fixing is done. It should work like so.
1. A…
w0rp updated
4 months ago
-
### Problem description
Hi there,
I just updated Neovim to version 10 today. After the update, I noticed that a 3m message is displayed for a moment when I open it. I even tried it in --clean mode…