whoops merge
This commit is contained in:
@ -64,26 +64,14 @@ return {
|
||||
end
|
||||
end,
|
||||
|
||||
<<<<<<< HEAD
|
||||
-- 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" },
|
||||
additional_vim_regex_highlighting = { "java", "kotlin" },
|
||||
},
|
||||
})
|
||||
end,
|
||||
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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user