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.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 62104da..3497691 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -70,6 +70,14 @@ return packer.startup(function(use)
use "nvim-telescope/telescope.nvim"
use 'nvim-telescope/telescope-media-files.nvim'
+ -- Treesitter
+ use {
+ "nvim-treesitter/nvim-treesitter",
+ run = ":TSUpdate",
+ }
+ use "p00f/nvim-ts-rainbow"
+ use "nvim-treesitter/playground"
+
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if PACKER_BOOTSTRAP then