whoops merge

This commit is contained in:
Christian Nieves
2023-11-27 17:39:16 +00:00
parent 8162e52832
commit c3dc001d93

View File

@ -64,26 +64,14 @@ return {
end end
end, end,
<<<<<<< HEAD
-- 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).
-- Using this option may slow down your editor, and you may see some duplicate highlights. -- Using this option may slow down your editor, and you may see some duplicate highlights.
-- Instead of true it can also be a list of languages -- Instead of true it can also be a list of languages
additional_vim_regex_highlighting = { "java" }, additional_vim_regex_highlighting = { "java", "kotlin" },
}, },
}) })
end, end,
lazy = false, lazy = false,
}, },
=======
-- 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).
-- Using this option may slow down your editor, and you may see some duplicate highlights.
-- Instead of true it can also be a list of languages
additional_vim_regex_highlighting = { "java", "kotlin" },
},
})
end,
lazy = false,
>>>>>>> 3251d2e (noop the noops)
} }