File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1378,6 +1378,30 @@ if has('nvim')
1378
1378
1379
1379
endif
1380
1380
1381
+ " }}}
1382
+ " snacks.nvim {{{
1383
+
1384
+ highlight ! link SnacksNormal Normal
1385
+ highlight ! link SnacksNormalNC Normal
1386
+ highlight ! link SnacksPicker Normal
1387
+ highlight ! link SnacksPickerDir Comment
1388
+ highlight ! link SnacksPickerGitStatusIgnored Comment
1389
+ highlight ! link SnacksPickerGitStatusUntracked Comment
1390
+ highlight ! link SnacksPickerPathHidden Comment
1391
+ highlight ! link SnacksPickerPathIgnored Comment
1392
+ highlight ! link SnacksPickerTotals Comment
1393
+
1394
+ " }}}
1395
+ " trouble.nvim {{{
1396
+
1397
+ highlight ! link TroubleNormal Normal
1398
+ highlight ! link TroubleNormalNC Normal
1399
+
1400
+ " }}}
1401
+ " which-key.nvim {{{
1402
+
1403
+ highlight ! link WhichKeyNormal Normal
1404
+
1381
1405
" }}}
1382
1406
endif
1383
1407
You can’t perform that action at this time.
0 commit comments