embark-theme / vim

An ambitious theme for vim
https://embark-theme.github.io/
MIT License
648 stars 26 forks source link

improvement in MD files #62

Closed luanlouzada closed 3 months ago

luanlouzada commented 3 months ago

image

I find this theme amazing, but I'd like to open a discussion, and try to understand, if possible also get some help to fix or maybe improve this theme.

In MD files, out of nowhere, it puts letters in white instead of continuing in red, and it's very random.

skbolton commented 3 months ago

The characters should be in white. What you see in red here are the spell check errors. You can confirm this by calling :set nospell and seeing everything going back to white.

luanlouzada commented 3 months ago

You're right, I thought it was something to do with LSP and my marksman, but I looked into it and couldn't find anything, thank you very much.

The next step will be to configure a Portuguese spellchecker.

I believe I can close this issue now

skbolton commented 3 months ago

:set dictionary? will print out the current dictionary path its using. I am not sure if this is something you edit directly or not. But I am guessing there will be more details in :help dictionary