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:
parent
d939cc75c6
commit
202a9a088d
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user