disable animate
This commit is contained in:
parent
4535fd3323
commit
d5fb48d870
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue