From 202a9a088d76c63332eca8c6ee215bb6aa87a01c Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 16 Oct 2022 10:24:53 +0800 Subject: [PATCH] remove vim-json rarely used and it changes the conceal settings --- lua/plugins.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index fdf3d2e..f814000 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -259,9 +259,6 @@ packer.startup { -- Vim tabular plugin for manipulate tabular, required by markdown plugins use { "godlygeek/tabular", cmd = { "Tabularize" } } - -- Markdown JSON header highlight plugin - use { "elzr/vim-json", ft = { "json", "markdown" } } - -- Markdown previewing (only for Mac and Windows) if vim.g.is_win or vim.g.is_mac then use {