From d38e3d5ea7d080ad6ce285b8dffd70623a1566bb Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Fri, 17 Jan 2025 23:08:34 +0100 Subject: remove all references to treesitter --- lua/plugins/lang/jsonnet.lua | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lua/plugins/lang/jsonnet.lua') diff --git a/lua/plugins/lang/jsonnet.lua b/lua/plugins/lang/jsonnet.lua index c6663d0..41a6ef9 100644 --- a/lua/plugins/lang/jsonnet.lua +++ b/lua/plugins/lang/jsonnet.lua @@ -4,16 +4,6 @@ return { ft = { "jsonnet" }, }, - { - "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, { "jsonnet" }) - end - end, - }, - { "neovim/nvim-lspconfig", opts = function(_, opts) -- cgit v1.2.3