Skip to content

Commit

Permalink
Support for vim-sneak
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenzyExists committed Dec 1, 2021
1 parent e1119b3 commit b4f5624
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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»_
Expand Down
7 changes: 7 additions & 0 deletions colors/aquarium.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4f5624

Please sign in to comment.