summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index c8a32cb..af7dfb1 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -69,6 +69,12 @@ return packer.startup(function(use)
-- Telescope
use "nvim-telescope/telescope.nvim"
+ -- Treesitter
+ use {
+ "nvim-treesitter/nvim-treesitter",
+ run = ":TSUpdate",
+ }
+
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if PACKER_BOOTSTRAP then