dylanaraps / wal.vim

🎨 A vim colorscheme for use with wal
MIT License
220 stars 41 forks source link

Pair highlighting functioning incorrectly (neovim + alacritty) #4

Open deevus opened 6 years ago

deevus commented 6 years ago

Pair highlighting is not functioning correctly now that I'm using alacritty, pywal and neovim. It was working fine before when I was using gnome-terminal.

image Cursor is displayed correctly here

image I move right one character so that the cursor is on the (. However it looks like it's on the ). Note that there is a color change on the ( so you can "tell" but it feels like the cursor has moved to the )

Here was a similar problem with another vim theme: https://github.com/arcticicestudio/nord-vim/issues/71