Skip to content

Commit e7a8e5a

Browse files
committed
feat(base16): add 'folke/snacks.nvim' integration
Details: - Added mostly for consistency with 'mini.hues', as it doesn't seem to require any tweaks (`NonText` is already visible enough as part of "current item" highlighting).
1 parent 126a9a9 commit e7a8e5a

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ There are following change types:
88

99
# Version 0.18.0-dev
1010

11+
## mini.base16
12+
13+
### Expand
14+
15+
- Add new plugin integrations:
16+
- 'folke/snacks.nvim'
17+
1118
## mini.hues
1219

1320
### Expand

doc/mini-base16.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Supported highlight groups:
2222
- [DanilaMihailov/beacon.nvim](https://github.com/DanilaMihailov/beacon.nvim)
2323
- [folke/lazy.nvim](https://github.com/folke/lazy.nvim)
2424
- [folke/noice.nvim](https://github.com/folke/noice.nvim)
25+
- [folke/snacks.nvim](https://github.com/folke/snacks.nvim)
2526
- [folke/todo-comments.nvim](https://github.com/folke/todo-comments.nvim)
2627
- [folke/trouble.nvim](https://github.com/folke/trouble.nvim)
2728
- [folke/which-key.nvim](https://github.com/folke/which-key.nvim)

lua/mini/base16.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
--- - [DanilaMihailov/beacon.nvim](https://github.com/DanilaMihailov/beacon.nvim)
2121
--- - [folke/lazy.nvim](https://github.com/folke/lazy.nvim)
2222
--- - [folke/noice.nvim](https://github.com/folke/noice.nvim)
23+
--- - [folke/snacks.nvim](https://github.com/folke/snacks.nvim)
2324
--- - [folke/todo-comments.nvim](https://github.com/folke/todo-comments.nvim)
2425
--- - [folke/trouble.nvim](https://github.com/folke/trouble.nvim)
2526
--- - [folke/which-key.nvim](https://github.com/folke/which-key.nvim)
@@ -898,6 +899,9 @@ H.apply_palette = function(palette, use_cterm)
898899
hi('NoiceConfirmBorder', {fg=p.base0E, bg=nil, attr=nil, sp=nil})
899900
end
900901

902+
-- folke/snacks.nvim
903+
-- Everything works correctly out of the box
904+
901905
-- folke/trouble.nvim
902906
if H.has_integration('folke/trouble.nvim') then
903907
hi('TroubleCount', {fg=p.base0B, bg=nil, attr='bold', sp=nil})

readmes/mini-base16.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Supported highlight groups:
5050
- [DanilaMihailov/beacon.nvim](https://github.com/DanilaMihailov/beacon.nvim)
5151
- [folke/lazy.nvim](https://github.com/folke/lazy.nvim)
5252
- [folke/noice.nvim](https://github.com/folke/noice.nvim)
53+
- [folke/snacks.nvim](https://github.com/folke/snacks.nvim)
5354
- [folke/todo-comments.nvim](https://github.com/folke/todo-comments.nvim)
5455
- [folke/trouble.nvim](https://github.com/folke/trouble.nvim)
5556
- [folke/which-key.nvim](https://github.com/folke/which-key.nvim)

0 commit comments

Comments
 (0)