summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-28 02:28:15 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2021-12-28 02:28:15 -0500
commit5b2777816a17b2d56c18cedb7b8bc1975539645e (patch)
tree0a242af853b09f0a8f0f201f43ef12c395a35973 /lua/user/plugins.lua
parent63cb259f98568820d5af6f346bff88c8eab4029b (diff)
update
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index af7dfb1..87dc269 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -74,6 +74,8 @@ return packer.startup(function(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