From c22beb43a4526372abbd6c3dab48051e6b4e2a20 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 22 Jan 2022 16:34:18 +0100 Subject: Add treesitter playground --- lua/plugins.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 3de5d73..47e75c0 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -30,14 +30,18 @@ return { { "nvim-telescope/telescope-fzf-native.nvim", run = "make" }, { "nvim-telescope/telescope-file-browser.nvim" }, - -- Miscellaneous plugins + -- Treesitter { "nvim-treesitter/nvim-treesitter", run = ":TSUpdate", }, + { "JoosepAlviste/nvim-ts-context-commentstring" }, + { "nvim-treesitter/playground" }, + + + -- Miscellaneous plugins { "windwp/nvim-autopairs" }, { "numToStr/Comment.nvim" }, - { "JoosepAlviste/nvim-ts-context-commentstring" }, { "lewis6991/gitsigns.nvim" }, { "kyazdani42/nvim-web-devicons" }, { "kyazdani42/nvim-tree.lua" }, -- cgit v1.2.3-70-g09d2