diff options
Diffstat (limited to 'lua/plugins/lang/json.lua')
-rw-r--r-- | lua/plugins/lang/json.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/plugins/lang/json.lua b/lua/plugins/lang/json.lua index bdecb7f..891451a 100644 --- a/lua/plugins/lang/json.lua +++ b/lua/plugins/lang/json.lua @@ -1,15 +1,5 @@ return { { - "nvim-treesitter/nvim-treesitter", - opts = function(_, opts) - if type(opts) == "table" then - opts.ensure_installed = opts.ensure_installed or {} - vim.list_extend(opts.ensure_installed, { "json" }) - end - end, - }, - - { "neovim/nvim-lspconfig", opts = function(_, opts) if type(opts) == "table" then |