mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
add vim-illuminate integration #258
This commit is contained in:
parent
fa4213049c
commit
69d336cba4
2 changed files with 5 additions and 5 deletions
|
|
@ -33,11 +33,6 @@ local M = {
|
|||
bg = colors.lightbg,
|
||||
},
|
||||
|
||||
St_EmptySpace2 = {
|
||||
fg = colors.grey,
|
||||
bg = statusline_bg,
|
||||
},
|
||||
|
||||
St_file = {
|
||||
bg = colors.lightbg,
|
||||
fg = colors.white,
|
||||
|
|
|
|||
5
lua/base46/integrations/vim-illuminate.lua
Normal file
5
lua/base46/integrations/vim-illuminate.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
IlluminatedWordText = { bold = true, reverse = true },
|
||||
IlluminatedWordRead = { bold = true, reverse = true },
|
||||
IlluminatedWordWrite = { bold = true, reverse = true },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue