1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

remove vim-json

rarely used and it changes the conceal settings
This commit is contained in:
jdhao 2022-10-16 10:24:53 +08:00
parent d939cc75c6
commit 202a9a088d

View File

@ -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 {