From b4f5624881d0241dd21c25a10709086ff7b054f6 Mon Sep 17 00:00:00 2001 From: Detective Pikachu Date: Wed, 1 Dec 2021 12:50:05 -0400 Subject: [PATCH] Support for vim-sneak --- README.md | 1 + colors/aquarium.vim | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index fd17d87..5af1ca6 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The vimscript version currently have some support for a few plugins, bellow a li - [jedi](https://github.com/davidhalter/jedi) - [Vim Clap](https://github.com/liuchengxu/vim-clap/tree/master/test) - [fujitive.vim](https://github.com/tpope/vim-fugitive) +- [vim-sneak](https://github.com/justinmk/vim-sneak) - [vim-airline](https://github.com/vim-airline/vim-airline) - [lightline.vim](https://github.com/itchyny/lightline.vim) - [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) _«requires neovim 5.0 or above»_ diff --git a/colors/aquarium.vim b/colors/aquarium.vim index 51da0bd..1f746ed 100644 --- a/colors/aquarium.vim +++ b/colors/aquarium.vim @@ -844,6 +844,13 @@ call s:hi("GitGutterDelete", s:gui08, "", "", "", "", "") call s:hi("GitGutterChangeDelete", s:gui0E, "", "", "", "", "") highlight! link GitGutterChangeDelete PurpleSign +" Vim Sneak +" > justinmk/vim-sneak +call s:hi("Sneak", s:gui09, s:gui07, "", "", "", "") +call s:hi("SneakMask", s:gui09, s:gui07, "", "", "", "") +call s:hi("SneakLabel", s:gui07, s:gui07, "", "", "", "") +call s:hi("SneakScope", s:gui0B, s:gui07, "", "", "", "") + if has('nvim') " Treesitter