aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r--nvim/lua/plugins/treesitter.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
index 338104a..e0e6beb 100644
--- a/nvim/lua/plugins/treesitter.lua
+++ b/nvim/lua/plugins/treesitter.lua
@@ -21,13 +21,14 @@ return {
21 "c", 21 "c",
22 "cpp", 22 "cpp",
23 "html", 23 "html",
24 "python",
25 "vim",
26 "vimdoc",
27 "javascript", 24 "javascript",
28 "lua", 25 "lua",
26 "prisma",
27 "python",
29 "typescript", 28 "typescript",
30 "vim", 29 "vim",
30 "vim",
31 "vimdoc",
31 }) 32 })
32 end, 33 end,
33 }, 34 },