aboutsummaryrefslogtreecommitdiff
path: root/store/home/config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-03-28 13:30:32 +0800
committerYuqian Yang <crupest@crupest.life>2025-03-28 13:30:32 +0800
commit5593b047786930eeb85864b04e731226655a8c76 (patch)
treefaf804c4bd462de40aff4bfac69599074c3f7504 /store/home/config/nvim/lua/plugins.lua
parent5d51f7c322a0f009192ad0260e170c26c7924159 (diff)
downloadcrupest-5593b047786930eeb85864b04e731226655a8c76.tar.gz
crupest-5593b047786930eeb85864b04e731226655a8c76.tar.bz2
crupest-5593b047786930eeb85864b04e731226655a8c76.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.lua4
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 = {