vim: remove plugin 'elzr/vim-json'

This commit is contained in:
Fernando Schauenburg 2022-10-12 13:30:09 +02:00
parent 5b07394bdd
commit c40996d2c7
2 changed files with 0 additions and 9 deletions

View file

@ -1,6 +0,0 @@
-- Make numbers and booleans stand out.
vim.cmd [[ highlight link jsonBraces Text ]]
vim.cmd [[ highlight link jsonNumber Identifier ]]
vim.cmd [[ highlight link jsonBoolean Identifier ]]
vim.cmd [[ highlight link jsonNull Identifier ]]

View file

@ -15,8 +15,6 @@ vim.g.better_whitespace_filetypes_blacklist = {
'help',
}
vim.g.vim_json_syntax_conceal = 0 -- Disable quote concealling.
vim.g.VM_leader = '\\'
vim.g.VM_silent_exit = 1
@ -51,7 +49,6 @@ packer.startup(function(use)
use 'nvim-treesitter/playground'
-- Filetypes --------------------------------------------------------------
use 'elzr/vim-json'
use 'keith/swift.vim'
use 'chr4/nginx.vim'