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

@@ -35,6 +35,7 @@ A dark Neovim theme written in Lua ported from the Visual Studio Code [TokyoNigh
+ [BufferLine](https://github.com/akinsho/nvim-bufferline.lua) + [BufferLine](https://github.com/akinsho/nvim-bufferline.lua)
+ [Lualine](https://github.com/hoob3rt/lualine.nvim) + [Lualine](https://github.com/hoob3rt/lualine.nvim)
+ [Neogit](https://github.com/TimUntersberger/neogit) + [Neogit](https://github.com/TimUntersberger/neogit)
+ [vim-sneak](https://github.com/justinmk/vim-sneak)
## ⚡️ Requirements ## ⚡️ Requirements

View File

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