-
I override a few colors in the base palette of my theme:
```lua
palettes = {
github_dark_high_contrast = {
bg0 = '#202030', -- Brighten floats
bg1 = '#000814', -- Bluish bac…
-
**Is your feature request related to a problem? Please describe.**
When you are not on a bracket or (keyword with a counterpart), you do not get any matchparen-like highlighting. In those cases, usin…
-
### Neovim version (nvim -v)
0.7.0
### Vim (not Nvim) behaves the same?
N/A
### Operating system/version
CentOS 7.9
### Terminal name/version
xfce4-terminal 0.8.7.4
### $TERM e…
-
1. What vim version are you using?
NVIM v0.4.0-1198-g0dc73b87f
2. Steps to reproduce
- [Follow coc.nvim requirements](https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim) to have it in…
-
I get this when set up the vim plugin :
```
line 15:
E117: Unknown function: plugin#begin
line 16:
E492: Not an editor command: Plug 'vim-airline/vim-airline'
line 17:
E117: Unknown f…
-
### Explain the issue
neovim v0.5.0-593-g1ca67a73c
Open some file where `vim-matchup` is used, and produce a mismatch.
For example, open `autoload/matchup/delim.vim` and write `function!` in a …
-
**Describe the bug**
I have a mapping in help files to jump to the next help tag; it sometimes unexpectedly skip a tag.
This is because my mapping searches for a pattern describing a tag (`'\\\@…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
### Explain the issue
The startup time of vim-matchup is 10ms:
```
117.882 011.245 009.383: sourcing /home/antoine/dotfiles/.vim/plugins/vim-matchup/plugin/matchup.vim
```
1. What vim versi…
-
Test code:
:set showmatch
```
a = 'blablabal'
# | put cursor above "{" or "}" in the "c = ..." line
b = { bla: 'bla' } # move the cursor left or right -> showmatch works
# -> move the …