From 5660bfa19f548ee8c2e67722d2848dcb728249be Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 24 Jan 2025 14:52:13 +0000 Subject: Enable treesitter auto install --- lua/plugins/treesitter.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 49b3342..f89ef87 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -4,15 +4,7 @@ return { config = function () local ts = require("nvim-treesitter.configs") ts.setup({ - ensure_installed = { - "c", - "lua", - "vim", - "vimdoc", - "html", - "css", - "javascript" - }, + auto_install = true, sync_install = false, highlight = { enable = true }, indent = { enable = true }, -- cgit