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

[Question] How to disable conceal within SpaceVim from config file #3245

Closed
Gabirel opened this issue Dec 5, 2019 · 4 comments
Closed

[Question] How to disable conceal within SpaceVim from config file #3245

Gabirel opened this issue Dec 5, 2019 · 4 comments
Milestone

Comments

@Gabirel
Copy link
Member

Gabirel commented Dec 5, 2019

Expected behavior

Currently, I could disable vim conceal feature with latex via let g:tex_conceal = "" like below
image

But how could I disable all conceal feature in all files within SpaceVim? Like no conceal in markdown.

How could I do this in init.vim and init.toml in both case?

Summary

In tex

Disable conceal feature with latex via let g:tex_conceal = ""

More details: Gabirel/Hack-SpaceVim#44

In markdown

Disable conceal feature let g:markdown_syntax_conceal = 0
Ref: #3245 (comment)

@wsdjeg
Copy link
Member

wsdjeg commented Jan 1, 2020

Too many plugins use this feature, indentline vim-tex etc. spacevim do not change conceal option. you can config it in bootstrap function.

@wsdjeg
Copy link
Member

wsdjeg commented Jan 31, 2020

in markdown layer, there is let g:markdown_syntax_conceal = 0, so it is disabled by default.

@strazto

This comment has been minimized.

@wsdjeg wsdjeg added this to the v1.4.0 milestone Feb 16, 2020
@wsdjeg wsdjeg modified the milestones: v1.4.0, v1.5.0 Apr 14, 2020
@wsdjeg
Copy link
Member

wsdjeg commented Jul 4, 2020

closed, This only can be done in bootstrap function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants