Add support for vim-sneak (#7)

Add highlights to support the [vim-sneak] plugin.

[vim-sneak]: https://github.com/justinmk/vim-sneak
This commit is contained in:
Luke Mitchell
2021-04-21 22:48:06 +01:00
committed by GitHub
parent 6307f35be8
commit 2c2e923df5
2 changed files with 4 additions and 0 deletions

View File

@@ -307,6 +307,9 @@ function M.setup(config)
BufferLineIndicatorSelected = { fg = c.git.change },
BufferLineFill = { bg = c.black },
-- Sneak
Sneak = { fg = c.bg_highlight, bg = c.magenta },
SneakScope = { bg = c.bg_visual }
}
-- LuaLine