summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 14:57:50 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-06-03 14:57:50 +0100
commit06a4f3a8c25a1a7b9be9301f77a12d8c12397bb9 (patch)
tree3360eabc42625120150054cf140723fd05be3754 /lua/user/plugins.lua
parent08e7bed730d1be47ff1030308f72c69e52cffca1 (diff)
parentf671fc644de5edbeb4692df3b1b763754e22fb16 (diff)
Merge branch '08-treesitter' into vgg
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 a60772c..d16c0c4 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -72,6 +72,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