disable animate

This commit is contained in:
jmarkin 2025-11-08 18:36:08 +03:00
parent 4535fd3323
commit d5fb48d870

View file

@ -13,7 +13,7 @@ lze.load({
vim.api.nvim_set_hl(0, "LocalHighlight", { underline = true })
require("local-highlight").setup({
animate = {
enabled = true,
enabled = false,
},
insert_mode = false,
file_types = {},