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/python.lua | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lua/plugins/lang/python.lua') diff --git a/lua/plugins/lang/python.lua b/lua/plugins/lang/python.lua index d1f89d9..62470c6 100644 --- a/lua/plugins/lang/python.lua +++ b/lua/plugins/lang/python.lua @@ -1,13 +1,4 @@ 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, { "python" }) - end - end, - }, { "neovim/nvim-lspconfig", opts = function(_, opts) -- cgit v1.2.3