diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 17:54:54 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 17:54:54 -0500 |
| commit | 63cb259f98568820d5af6f346bff88c8eab4029b (patch) | |
| tree | a3f2fa6b41d1aca7889b8490ec9d1194d1ae78c5 /lua/user/plugins.lua | |
| parent | 94f160d1bda6c8a62caad92a1abd2c2582f2c9be (diff) | |
add treesitter
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 6 |
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 |
