diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-07-03 09:16:41 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-07-03 09:16:41 -0500 |
commit | c9007d3656f2d3ab2f400f7e0e51fcc6d43d1743 (patch) | |
tree | 7c7ad0692bda4888e5b49deabc6865860a0d48d7 /lua/tjk/plugins/treesitter.lua | |
parent | 1513910bf68dcd53c07099325bb839667086be30 (diff) | |
download | nvim-c9007d3656f2d3ab2f400f7e0e51fcc6d43d1743.tar.xz nvim-c9007d3656f2d3ab2f400f7e0e51fcc6d43d1743.zip |
Diffstat (limited to 'lua/tjk/plugins/treesitter.lua')
-rw-r--r-- | lua/tjk/plugins/treesitter.lua | 2 |
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 }) |