Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to reaload with :e to show correct colors #629

Open
g-i-o-r-g-i-o opened this issue May 17, 2023 · 0 comments
Open

need to reaload with :e to show correct colors #629

g-i-o-r-g-i-o opened this issue May 17, 2023 · 0 comments

Comments

@g-i-o-r-g-i-o
Copy link

g-i-o-r-g-i-o commented May 17, 2023

I need to reload very often because the colors are often wrong. It happens frequently that all the text is highlighted with the wrong color.

Is there a way to fix this?

Mostly I use markdown with python code blocks, and with some intentation.

Plug 'https://github.com/preservim/vim-markdown'
let g:vim_markdown_emphasis_multiline = 0 " <---
let g:vim_markdown_folding_disabled = 1
let g:vim_markdown_no_default_key_mappings = 1
" To disable conceal regardless of conceallevel setting, add the following to your .vimrc:
let g:vim_markdown_conceal = 0
" Disabling conceal for code fences requires an additional setting:
let g:vim_markdown_conceal_code_blocks = 0
let g:vim_markdown_strikethrough = 1 "enable strikethrough con ~~ciao~~
let g:vim_markdown_autowrite = 1 " if you follow a link like this [link text](link-url) using the ge shortcut, this option will automatically save any edits you made before moving you:
let g:vim_markdown_auto_insert_bullets = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant