aboutsummaryrefslogtreecommitdiff
path: root/store/home/config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
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 = {