summaryrefslogtreecommitdiff
path: root/lua/tjk/plugins/treesitter.lua
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-07-03 09:16:41 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-07-03 09:16:41 -0500
commitc9007d3656f2d3ab2f400f7e0e51fcc6d43d1743 (patch)
tree7c7ad0692bda4888e5b49deabc6865860a0d48d7 /lua/tjk/plugins/treesitter.lua
parent1513910bf68dcd53c07099325bb839667086be30 (diff)
downloadnvim-c9007d3656f2d3ab2f400f7e0e51fcc6d43d1743.tar.xz
nvim-c9007d3656f2d3ab2f400f7e0e51fcc6d43d1743.zip
disable glitchy dockerfile highlightHEADmaster
Diffstat (limited to 'lua/tjk/plugins/treesitter.lua')
-rw-r--r--lua/tjk/plugins/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/tjk/plugins/treesitter.lua b/lua/tjk/plugins/treesitter.lua
index 835e1af..54a042f 100644
--- a/lua/tjk/plugins/treesitter.lua
+++ b/lua/tjk/plugins/treesitter.lua
@@ -22,7 +22,7 @@ return {
ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "comment",
"javascript", "html", "css", "scss", "python", "php" },
auto_install = true, -- install available parsers when entering new buffers
- highlight = { enable = true, disable = { "yaml" } },
+ highlight = { enable = true, disable = { "yaml", "dockerfile" } },
indent = { enable = true, disable = { "yaml" } },
--playground = { enable = true }, -- treesitter debug
})