feat(plugins): snacks.nvim - #268
Open
mttomaz wants to merge 5 commits into
Open
Conversation
|
Great. Thanks ;) Just FYI, there more groups from snacks, e.g: Picker https://github.com/folke/tokyonight.nvim/blob/13fffc28242a655cff6acf7bea822d26610ac055/lua/tokyonight/groups/snacks.lua |
Author
|
done |
|
Can we get this in? |
|
please! |
|
Yes please! |
|
Any updates?? |
|
@rebelot Is there any reason why this is not being merged? |
shuheykoyama
added a commit
to shuheykoyama/dotfiles
that referenced
this pull request
May 15, 2026
kanagawa upstream does not define Snacks-specific highlight groups (SnacksDashboard*, SnacksPicker*, SnacksNotifier* etc). Plugins like tokyonight and catppuccin ship dedicated groups files; kanagawa has an open community PR (rebelot/kanagawa.nvim#268, mergeable with no conflicts, unmerged for over a year) that adds them. Adopt the PR content via the overrides hook on this side so the spec keeps working with upstream as-is. The colors are derived from colors.theme so wave/dragon/lotus all follow automatically. Run :KanagawaCompile to refresh the precompiled cache after a config change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@rebelot not sure if this escaped your radar, or if there was a reason you planned to skip this, but would love to see this merged! |
shuheykoyama
added a commit
to shuheykoyama/dotfiles
that referenced
this pull request
Jun 12, 2026
kanagawa upstream does not define Snacks-specific highlight groups (SnacksDashboard*, SnacksPicker*, SnacksNotifier* etc). Plugins like tokyonight and catppuccin ship dedicated groups files; kanagawa has an open community PR (rebelot/kanagawa.nvim#268, mergeable with no conflicts, unmerged for over a year) that adds them. Adopt the PR content via the overrides hook on this side so the spec keeps working with upstream as-is. The colors are derived from colors.theme so wave/dragon/lotus all follow automatically. Run :KanagawaCompile to refresh the precompiled cache after a config change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Another ping here for this MR! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for snacks.nvim plugin based of folke's tokyonight.nvim.
This PR should also close #266.
I'm just adding lines, but let me know if there's something wrong.