From 70fe2441aa025243e29d47aabe1b6674c4e0ed71 Mon Sep 17 00:00:00 2001 From: talha Date: Thu, 23 Jul 2026 21:12:35 +0500 Subject: Updated config --- lua/talha/plugins/treesitter.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lua/talha/plugins/treesitter.lua') diff --git a/lua/talha/plugins/treesitter.lua b/lua/talha/plugins/treesitter.lua index 3f1efc7..53d3ca0 100644 --- a/lua/talha/plugins/treesitter.lua +++ b/lua/talha/plugins/treesitter.lua @@ -1,6 +1,8 @@ return { { - "nvim-treesitter/nvim-treesitter",build = ":TSUpdate", + "nvim-treesitter/nvim-treesitter", + lazy = false, + build = ":TSUpdate", config = function () local configs = require("nvim-treesitter.configs") @@ -14,7 +16,7 @@ return { enable = true, additional_vim_regex_highlighting = false, }, - indent = { enable = false }, + indent = { enable = true }, }) end } -- cgit v1.2.3