Install treesitter playground

This commit is contained in:
2021-11-16 22:38:56 +03:00
parent d236deaa63
commit 0815116364

View File

@@ -11,6 +11,7 @@ return require("packer").startup(function(use)
use({ "p00f/nvim-ts-rainbow" }) use({ "p00f/nvim-ts-rainbow" })
use({ "windwp/nvim-ts-autotag" }) use({ "windwp/nvim-ts-autotag" })
use({ "JoosepAlviste/nvim-ts-context-commentstring" }) use({ "JoosepAlviste/nvim-ts-context-commentstring" })
use({ "nvim-treesitter/playground" })
-- Make commenting code great -- Make commenting code great
use({ "tpope/vim-commentary" }) use({ "tpope/vim-commentary" })