fix: disable treesitter highlightig for docker files

This commit is contained in:
2025-04-20 21:12:32 +02:00
parent dec79693bb
commit 57a2bac8fb
+1 -1
View File
@@ -19,7 +19,7 @@ return {
auto_install = true, auto_install = true,
highlight = { highlight = {
enable = true, enable = true,
disable = {}, disable = { "dockerfile" },
-- Setting this to true will run `:h syntax` and tree-sitter at the same time. -- Setting this to true will run `:h syntax` and tree-sitter at the same time.
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation). -- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).