diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:01:32 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:01:32 +0100 |
| commit | ee0df2ec4271b5ab658dd095255ad93af61fe8fd (patch) | |
| tree | 5a2bf29bbcfc9442e06a986d1243f806045870c1 /.vim/lua | |
| parent | cd69b4cfef6f71e89a08efec549510d27cf72fec (diff) | |
vim: add tree-sitter playground
Diffstat (limited to '.vim/lua')
| -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 = { |