From 0606d2e2cca994b069fd51b15eae4422bb66ebb9 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Mar 2025 13:30:32 +0800 Subject: feat(nvim): add tree-sitter. --- store/home/config/nvim/lua/plugins.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'store/home/config/nvim/lua/plugins.lua') diff --git a/store/home/config/nvim/lua/plugins.lua b/store/home/config/nvim/lua/plugins.lua index abbb13b..841f659 100644 --- a/store/home/config/nvim/lua/plugins.lua +++ b/store/home/config/nvim/lua/plugins.lua @@ -6,6 +6,10 @@ return { "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", "hrsh7th/cmp-path", + { + "nvim-treesitter/nvim-treesitter", + build = ":TSUpdate" + }, { "nvim-tree/nvim-tree.lua", lazy = false, -- cgit v1.2.3