diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-28 02:28:15 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-28 02:28:15 -0500 |
| commit | 5b2777816a17b2d56c18cedb7b8bc1975539645e (patch) | |
| tree | 0a242af853b09f0a8f0f201f43ef12c395a35973 /lua/user/plugins.lua | |
| parent | 63cb259f98568820d5af6f346bff88c8eab4029b (diff) | |
update
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 2 |
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 |
