mhartington / oceanic-next

Oceanic Next theme for neovim
Other
1.13k stars 141 forks source link

LSP errors loose syntax highlighting #100

Closed steelsojka closed 3 years ago

steelsojka commented 3 years ago

Warning: I will close the issue without the minimal vimrc and the reproduce ways.

Problems summary

LSP highlights were added in https://github.com/mhartington/oceanic-next/pull/98

The following looses syntax highlighting the life of the error making it very difficult for errors that span large chunks of code. Screen Shot 2021-01-25 at 10 34 10 AM

This is prior to the commit. Screen Shot 2021-01-25 at 10 38 55 AM

Expected

Make this opt in or provide a way to override it back to the default behavior. Not sure what the convention is for being able to configure color schemes. Global vars?

Environment Information

Provide a minimal vim rc with less than 50 lines (Required!)

" Your minimal init.vim
set runtimepath+=~/path/to/oceanic-next
"Setup any lsp...

The reproduce ways from neovim starting

Create a file with whatever LSP you have installed and cause an error.

Screen shot (if possible)