-
After installing the opam setup, via
```sh
$ opam user-setup install
```
when starting nvim, I get the following error:
```
Error detected while processing /home/ian-home/.config/nvim/init…
-
master
- vim or neovim?
- [x] vim
- [ ] neovim
- Output of `vim --version` or `nvim --version`: VIM - Vi IMproved 8.1
- Output of `:echo has("python")`: 0
- Output of `:echo has("py…
jjzqp updated
2 months ago
-
Hi,
For some reason, "gd" to "go to definition" isn't working for me.
There was a similar issue reported on **Gitter**:
https://gitter.im/neoclide/coc.nvim?at=5d35dfa209580b7bbb88d2d4
Maybe it…
-
On one of the systems vim has a very annoying "feature" that mouse wheel moves the cursor between lines causing typos.
I added these lines into ~/.vimrc but the cursor is still scrolling:
```
ino…
-
# Issue Prelude
**Please complete these steps and check these boxes (by putting an `x` inside
the brackets) _before_ filing your issue:**
- [x] I have read and understood YCM's [CONTRIBUTING][c…
-
It would be practical if one could set a default language for highlighting code blocks -- e.g. through a buffer-local variable.
A use case is of course python documentation where `::` will most often…
-
**Describe the issue:**
There is a conflict between Vim-visual-multi and the following plug-ins : auto-pairs, coc.nvim
Maybe it's not the Vim-Visual-multi problem, but I don't know who to turn to.…
-
#### environment
- vim: 8.0
- vim-airline: 927c910
- OS: Arch Linux (last updated January 3rd)
- Have you reproduced with a minimal vimrc: See link
- What is your airline configuration: See li…
-
```
What steps will reproduce the problem?
1. Open a file using the "File-> Open" option. It will appear in the
"File->Open Recent" sub-menu.
2. Open a file from within MacVim, using :e or :n or what…
-
**Describe the bug**
Neovide crashes after opening an empty buffer and typing something.
Also try to open a file (about 200 lines), type or scroll the buffer via the mouse wheel. Crashes as we…