diff --git a/lua/plugins.lua b/lua/plugins.lua index 87fd43b..4903d4d 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -41,25 +41,6 @@ return { "nvim-tree/nvim-web-devicons", { "romgrk/barbar.nvim", wants = "nvim-web-devicons" }, "mhinz/vim-startify", - { - "nvim-treesitter/nvim-treesitter", - build = ":TSUpdate", - config = function() - local configs = require("nvim-treesitter.configs") - - configs.setup({ - -- ensure_installed = { "c", "vim", "ada", "html", "python" }, - sync_install = false, - highlight = { enable = true }, - indent = { enable = true }, - rainbow = { - enable = true, - extended_mode = true, - max_file_lines = 3000, - }, - }) - end, - }, "dense-analysis/ale", "f-person/git-blame.nvim", "dstein64/vim-startuptime",