diff --git a/lua/ow/plugins/treesitter.lua b/lua/ow/plugins/treesitter.lua index 838a70e..5e564de 100644 --- a/lua/ow/plugins/treesitter.lua +++ b/lua/ow/plugins/treesitter.lua @@ -19,7 +19,7 @@ return { auto_install = true, highlight = { enable = true, - disable = {}, + disable = { "dockerfile" }, -- 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).