summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-22 16:34:18 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-22 16:34:18 +0100
commitc22beb43a4526372abbd6c3dab48051e6b4e2a20 (patch)
treed112b307a253cfb292bcd124774bb1d301eeb114 /lua/plugins.lua
parent6a97ba66fe9f7da4c2eccb001c3e325a8b9f060b (diff)
Add treesitter playground
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua8
1 files changed, 6 insertions, 2 deletions
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" },