diff options
| -rw-r--r-- | .vim/lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index d67871c..36f2eff 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -207,6 +207,7 @@ return require('packer').startup({function() 'nvim-treesitter/completion-treesitter', 'nvim-treesitter/nvim-treesitter-refactor', 'nvim-treesitter/nvim-treesitter-textobjects', + 'nvim-treesitter/playground', }, config = function() local enabled = { |