From 23050d0a3a958cd011cd2bc87aa8a6f546399af2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 22 Apr 2021 13:19:32 +0200 Subject: vim: update * adds colors * neuron.nvim config * etc. --- .vim/lua/plugins/_markdown.lua | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to '.vim/lua/plugins/_markdown.lua') diff --git a/.vim/lua/plugins/_markdown.lua b/.vim/lua/plugins/_markdown.lua index c773d50..e02e160 100644 --- a/.vim/lua/plugins/_markdown.lua +++ b/.vim/lua/plugins/_markdown.lua @@ -1,9 +1,12 @@ -g.vim_markdown_folding_disabled = true -g.vim_markdown_math = true -g.vim_markdown_frontmatter = true -g.vim_markdown_json_frontmatter = true -g.vim_markdown_toml_frontmatter = true -g.vim_markdown_folding_level = 2 -g.vim_markdown_strikethrough = true -g.vim_markdown_auto_insert_bullets = true -g.vim_markdown_new_list_item_indent = false +vim.g.vim_markdown_folding_disabled = true +vim.g.vim_markdown_math = true +vim.g.vim_markdown_frontmatter = true +vim.g.vim_markdown_json_frontmatter = true +vim.g.vim_markdown_toml_frontmatter = true +vim.g.vim_markdown_yaml_frontmatter = true +-- vim.g.vim_markdown_folding_level = 2 +vim.g.vim_markdown_strikethrough = true +vim.g.vim_markdown_auto_insert_bullets = true +vim.g.vim_markdown_new_list_item_indent = false +vim.g.vim_markdown_conceal = true +vim.g.vim_markdown_conceal_code_blocks = true -- cgit 1.4.1