diff options
| author | jdhao <jdhao@hotmail.com> | 2022-10-16 10:24:53 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-10-16 10:24:53 +0800 |
| commit | 202a9a088d76c63332eca8c6ee215bb6aa87a01c (patch) | |
| tree | 9c8d3908866a1d6ca1565fc30d10bf54732b9bda /lua/plugins.lua | |
| parent | d939cc75c61dbd7ac514a1b3edd3722488185c5f (diff) | |
remove vim-json
rarely used and it changes the conceal settings
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 0 insertions, 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 { |
