summaryrefslogtreecommitdiffstatshomepage
path: root/nvim
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-18 11:51:22 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-18 11:54:31 -0500
commit39ae20607b27e6a6697223a2d215569c8ac139ab (patch)
tree05dd0df2a05a68663490a22d0923fd39010802ab /nvim
parentdabb7b669dfd8bbe344474567627d2ec0684b8d5 (diff)
revert(nvim): remove htmldjango treesitter parser
The htmldjango treesitter parser makes a mess of highlights, so I'm removing it for now Ref: 0684b8d5
Diffstat (limited to 'nvim')
-rw-r--r--nvim/.config/nvim/lua/plugins/treesitter.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/.config/nvim/lua/plugins/treesitter.lua b/nvim/.config/nvim/lua/plugins/treesitter.lua
index 097cb1d..86af351 100644
--- a/nvim/.config/nvim/lua/plugins/treesitter.lua
+++ b/nvim/.config/nvim/lua/plugins/treesitter.lua
@@ -21,7 +21,6 @@ local M = {
"go",
"graphql",
"html",
- "htmldjango",
"java",
"javascript",
"jsdoc",