add extendend_integration for vim-illuminate (#259)

Co-authored-by: Indelog <contact@indelog.fr>
This commit is contained in:
indelog 2023-11-01 15:01:13 +01:00 committed by GitHub
parent 5dd42c657b
commit 733ce0f191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
local colors = require("base46").get_theme_tb "base_30"
return {
IlluminatedWordText = { bold = true, reverse = true },
IlluminatedWordRead = { bold = true, reverse = true },
IlluminatedWordWrite = { bold = true, reverse = true },
}