-
This recursive macro didn't work and after some investigation I found out that removing bullets.vim solves the issue. I have no clue why, but here's how to reproduce it:
1. Use the following `.vimr…
-
### Please select which platform you are using
Mac
### Was this something which used to work for you, and then stopped?
I never saw this working
### Describe the bug
In insert mode, if the insert…
-
**Describe the bug**
Hello
Highlight definitions for me freaks out Nvim when it encounters and error in the parser tree it seems:
```Error detected while processing CursorHold Autocommands for ""…
-
I'm using Neovim installed via Homebrew.
```
❯ vim -v
NVIM v0.2.0
Build type: Release
Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTI…
-
### Describe the bug
In normal mode, type `q:` to enter command window.
Type any command, say `echo "dog"`,
resulting in the following error:
```
E5108: Error executing lua ...plugged/nvim-tree…
-
I started to use vim-hopping after a long time.
I noticed that Showing relative number is duplicated when number configure is setted by 1.
I maked sure by following vimrc:
```
" dein {{{
set ru…
yassu updated
6 years ago
-
#### Required Info
- [x] I have searched the [issues](https://github.com/ryanoasis/vim-devicons/issues) for my issue and found nothing related and/or helpful
- [x] I have read or at least glanced …
-
### Description
Can't move in aarch64(RaspberryPi4-8GB) neovim from apt.
This neovim is use Lua5.1 not LuaJIT.
**Expected Behavior**
in use :Telescope give some completion.
**Actual …
-
When I open Python files, I get following errors (I see them for ~1 sec and then the file is opened)
"quad_tree.py" 57L, 1629C
Error detected while processing function pymode#Option:
line 8:
E121:…
-
I'm not able to set supertab to fall back to keyword completion. I'm not sure if it is not the fault of omnicppcomplete.
Suppose I have the following piece of code in C++:
```
struct A {
void abc(…