diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-28 13:30:32 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-28 13:30:32 +0800 |
commit | 7605582857b10a627f19a1b1a830db25aa077377 (patch) | |
tree | 8113f81ef2d5d05d6e931b3dd2298f5909b053dc /store/home/config/nvim/lua/plugins.lua | |
parent | d3fb7fa224bd8757300e0bf2cb7f69f2e2588a93 (diff) | |
download | crupest-7605582857b10a627f19a1b1a830db25aa077377.tar.gz crupest-7605582857b10a627f19a1b1a830db25aa077377.tar.bz2 crupest-7605582857b10a627f19a1b1a830db25aa077377.zip |
feat(nvim): add tree-sitter.
Diffstat (limited to 'store/home/config/nvim/lua/plugins.lua')
-rw-r--r-- | store/home/config/nvim/lua/plugins.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -7,6 +7,10 @@ return { "hrsh7th/cmp-buffer", "hrsh7th/cmp-path", { + "nvim-treesitter/nvim-treesitter", + build = ":TSUpdate" + }, + { "nvim-tree/nvim-tree.lua", lazy = false, dependencies = { |