diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index c1e7373..03dc98a 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -11,6 +11,7 @@ return require("packer").startup(function(use) use({ "p00f/nvim-ts-rainbow" }) use({ "windwp/nvim-ts-autotag" }) use({ "JoosepAlviste/nvim-ts-context-commentstring" }) + use({ "nvim-treesitter/playground" }) -- Make commenting code great use({ "tpope/vim-commentary" })