-
**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.…
-
**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…
-
If we want to highlight EOL whitespaces, we currently have to rely on magic incantations such as:
```vim
highlight WhitespaceEOL ctermbg=red
match WhitespaceEOL /\\\@
-
### Steps to reproduce
Very difficult to reproduce this VIM editor session
1. vim /tmp/xxxx
2. Enter INSERT mode (`i`)
2. Insert in a couple more blank lines than what the terminal screen ha…
-
#### Runtime Environment
- Operating system and version: Ubuntu 18.04
- Terminal emulator and version: gnome-terminal
- Python version:
- Ranger version/commit: current master (e202207d)
…
-
#### 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…
-
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…
-
- vim or neovim?
- [ ] vim
- [ ] neovim
- Output of `vim --version` or `nvim --version`: 9.1
- Output of `:echo has("python")`: 0
- Output of `:echo has("python3")`: 1
- Output of `…
-
How do you feel about supporting Emacs keybindings (as an aesthetic, social and technical issue)?
They could come standard (with a command line flag or configuration option to turn them on). Or if …
-
coc.nvim is a really nice client and we'd like to be able to recommend it.
We should polish the rough edges that don't work well with clangd:
- [x] Code completion ranking is bad due to client-s…