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",