From 63cb259f98568820d5af6f346bff88c8eab4029b Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 14 Dec 2021 17:54:54 -0500 Subject: add treesitter --- lua/user/plugins.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua/user/plugins.lua') 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 -- cgit v1.2.3