From ddfdccde973b0463b9245c6dad4d45fece737e19 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Thu, 31 Mar 2022 00:38:06 +0100 Subject: [PATCH] feat(nvim): add treesitter playground --- roles/neovim/files/lua/opdavies/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/neovim/files/lua/opdavies/plugins.lua b/roles/neovim/files/lua/opdavies/plugins.lua index 51ba127c..f36bc574 100644 --- a/roles/neovim/files/lua/opdavies/plugins.lua +++ b/roles/neovim/files/lua/opdavies/plugins.lua @@ -58,6 +58,7 @@ return packer.startup(function() use "tamago324/lir.nvim" -- Treesitter + use "nvim-treesitter/playground" use { "nvim-treesitter/nvim-treesitter", run = ":TSUpdate",