-
Notifications
You must be signed in to change notification settings - Fork 68
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
Disable conceal/rendering in latex #44
Comments
I've added this to my init.vim, and I still get the conceal :/ Any idea what might be causing this? |
Sorry for the late response.
|
Hey, thanks for answering. I'm on Ubuntu 20.04. I do have Here is the #=============================================================================
# dark_powered.toml --- dark powered configuration example for SpaceVim
# Copyright (c) 2016-2020 Wang Shidong & Contributors
# Author: Wang Shidong < wsdjeg at 163.com >
# URL: https://spacevim.org
# License: GPLv3
#=============================================================================
# All SpaceVim option below [option] section
[options]
# set spacevim theme. by default colorscheme layer is not loaded,
# if you want to use more colorscheme, please load the colorscheme
# layer
colorscheme = "SpaceVim"
colorscheme_bg = "dark"
# Disable guicolors in basic mode, many terminal do not support 24bit
# true colors
enable_guicolors = true
# Disable statusline separator, if you want to use other value, please
# install nerd fonts
statusline_separator = "arrow"
statusline_inactive_separator = "arrow"
buffer_index_type = 4
enable_tabline_filetype_icon = true
enable_statusline_mode = false
default_indent = 4
# autocomplete_method = "ycm"
# Enable autocomplete layer
[[layers]]
name = 'autocomplete'
enable = true
auto_completion_return_key_behavior = "complete"
auto_completion_tab_key_behavior = "smart"
[[layers]]
name = 'shell'
default_position = 'top'
default_height = 30
[[layers]]
name = "colorscheme"
[[layers]]
name = "lang#julia"
[[layers]]
name = "lang#python"
[[layers]]
name = "lang#html"
[[layers]]
name = "lang#markdown"
[[layers]]
name = "lang#latex" Here is my
Finally, I use NeoVim 0.4.3. |
@davibarreira PS: If you want to continue to use |
If I remove my |
Simple and quick solution: use |
@davibarreira Maybe you want to look at this template: #10 (comment) |
The error was just because I wasn't refreshing the terminal -.- |
Disable conceal in latex
You may see some rendering issues in your latex files or you just want to use the original plain "text", add the code below into your
init.vim
Explanation:
Reference
The text was updated successfully, but these errors were encountered: