diff options
| author | talha <talha@talhaamir.xyz> | 2026-07-23 21:12:35 +0500 |
|---|---|---|
| committer | talha <talha@talhaamir.xyz> | 2026-07-23 21:12:35 +0500 |
| commit | 70fe2441aa025243e29d47aabe1b6674c4e0ed71 (patch) | |
| tree | 526b58ec31ce6dd0075fe1e76e6828a5ab51ae14 /lua/talha/plugins/treesitter.lua | |
| parent | 75b48fc3247b412bb1580c47e96022cffdc8ba9a (diff) | |
Updated config
Diffstat (limited to 'lua/talha/plugins/treesitter.lua')
| -rw-r--r-- | lua/talha/plugins/treesitter.lua | 6 |
1 files changed, 4 insertions, 2 deletions
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 } |
