-
Hi,
This is mostly for cross-reference to an issue I thought may be caused by neomake but testing found vim to function correctly.
Most of the information is here: https://github.com/neomake/neo…
-
I've bad experience with a new file inside the terminal buffer by command `nvim` and I would like to alias it to `nvr` command when inside terminal buffer, but I didn't figure out how to check whether…
-
Thanks a bunch for having a look at this. It's the only think stopping me from switching to nvim :) Keep up the amazing work you're doing 🥇
- `nvim --version`: NVIM v0.2.0
- Vim (version: 8.0) be…
-
~~~c
#ifndef ALWAYS_USE_GUI
mch_msg(_("Vim: Reading from stdin...\n"));
#endif
~~~
http://github.com/vim/vim/blob/47ffb90/src/fileio.c#L830-L832
Shouldn’t this be printing to stderr? Other…
ghost updated
7 years ago
-
- Category
- [ ] Question
- [ ] Bug
- [x] Suggestion
- OS
- [ ] Linux
- [x] macOS
- [ ] Windows
- [ ] Etc.
- Vim
- [x] Vim
- [ ] Neovim
MacVim (as of …
-
#### environment
- vim: Neovim
- vim-airline: Master
- OS: Windows 10
#### actual behavior
Disclaimer: New to VIM, new to Neo VIM. (Like yesterday new)
Errors coming from highlighter.vim. That made …
-
Use `redraw` in [this code](https://github.com/Shougo/denite.nvim/blob/737f7b171966b809e4a8da2dcb2b17c83985ea1e/rplugin/python3/denite/prompt/prompt.py#L149) is causing flickering.
It is reproduced…
-
Hi!
This project is awesome! I'm really excited about it.
I have been working on this project: https://github.com/tjdevries/nvim-langserver-shim
It is a working shim for at least some of the…
-
While I try to use the [deoplete](https://github.com/Shougo/deoplete.nvim) plugin and use `UpdateRemotePlugins` I get the following exception.
```
Vim(let):E903: Could not spawn API job
Error detecte…
-
I use the master branch, and set signify disabled by default.
I just found I have to execute `SignifyToggle` several times to make siginify working. I really have no idea what's going on.
Would …