This website works better with JavaScript.
Explore
Help
Sign In
hammy
/
nvim
mirror of
https://github.com/sgoudham/nvim.git
Watch
1
Star
0
Fork
You've already forked nvim
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
920bb83105
dev
main
experiments
dev-rc
dev-remaster
old-catppuccino
dev-doc
dev-assets
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '920bb83105'
${ noResults }
nvim
/
lua
/
catppuccino
/
core
/
integrations
/
vim_sneak.lua
5 lines
104 B
Lua
Raw
Normal View
History
Unescape
Escape
dev: added the rest of the integrations
3 years ago
return
{
Sneak
=
{
fg
=
cpt.bg_highlight
,
bg
=
cpt.magenta
}
,
SneakScope
=
{
bg
=
cpt.bg_visual
}
}