diff options
| author | bh <qn+git@excalibur.computer> | 2026-05-03 16:51:43 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-05-03 16:51:43 +0800 |
| commit | abd426370a9cd53b7555991adfb1f0d8017a0479 (patch) | |
| tree | b90be2c8cccc96f92ed9cbd4edee59e5d0c9c5c5 /lua/plugins | |
| parent | 1b2c0c6a530b9f67925b3267d5d2fa791b9b2047 (diff) | |
Fix treesitter
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/init.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 90f5ecd..431229f 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -9,11 +9,11 @@ return { }, -- TreeSitter - {"nvim-treesitter/nvim-treesitter", branch = 'master', lazy = false, build = ":TSUpdate", + {"nvim-treesitter/nvim-treesitter", branch = 'main', lazy = false, build = ":TSUpdate", config = function() - require("config.treesitter")() + require("config.treesitter")() end,}, - {"nvim-treesitter/nvim-treesitter-textobjects", lazy = false, }, + {"nvim-treesitter/nvim-treesitter-textobjects", branch = "main", lazy = false, }, -- Autopairs { |
