aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-18 11:38:35 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-18 11:38:35 -0500
commitdabb7b669dfd8bbe344474567627d2ec0684b8d5 (patch)
tree8c1d91ba4d4ff0859d80bcb3fcd881e3122bd9ab /nvim/.config
parentc8d31d57dafc79959b1c31cc59a5fb8da7191340 (diff)
fix(nvim): add htmldjango treesitter parser
Diffstat (limited to 'nvim/.config')
-rw-r--r--nvim/.config/nvim/lua/plugins/treesitter.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/.config/nvim/lua/plugins/treesitter.lua b/nvim/.config/nvim/lua/plugins/treesitter.lua
index 86af351..097cb1d 100644
--- a/nvim/.config/nvim/lua/plugins/treesitter.lua
+++ b/nvim/.config/nvim/lua/plugins/treesitter.lua
@@ -21,6 +21,7 @@ local M = {
"go",
"graphql",
"html",
+ "htmldjango",
"java",
"javascript",
"jsdoc",