imxiejie / ThinkVim

Vim configuration in the 21st century

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

global variable `markdown_fenced_languages` can not be modified

y9c opened this issue · comments

When opening a markdown file with thinkvim config, :echo g:markdown_fenced_languages command always return ['html', 'python', 'bash=sh']. And languages except python and html are not rendered correctly.

image


more info:

  1. This variable has be redefined in ~/.config/nvim/core/dein/plugins.yaml, but it seems to be not work.
  2. This variable is not defined in other config files within &rtp.

Hi , i had update the config with new markdown support .please try it.

Hi @taigacute, the latest commit still can not fix the issue.

:echo g:markdown_fenced_languages

use this

:echo g:vim_markdown_fenced_languages