File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
lua/astrotheme/groups/plugins Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ return {
1616 [" nvim-ts-rainbow" ] = " nvim-ts-rainbow" ,
1717 [" nvim-ts-rainbow2" ] = " nvim-ts-rainbow2" ,
1818 [" nvim-web-devicons" ] = " nvim-web-devicons" ,
19+ [" nvim-window-picker" ] = " nvim-window-picker" ,
1920 [" symbols-outline.nvim" ] = " symbols-outline" ,
2021 [" telescope.nvim" ] = " telescope" ,
2122 [" vimwiki" ] = " vimwiki" ,
Original file line number Diff line number Diff line change 1+ local function callback ()
2+ return {
3+ WindowPickerStatusLine = { fg = C .red , bg = C .none },
4+ WindowPickerStatusLineNC = { fg = C .red , bg = C .none },
5+ WindowPickerWinBar = { fg = C .red , bg = C .none },
6+ WindowPickerWinBarNC = { fg = C .red , bg = C .none },
7+ }
8+ end
9+
10+ return callback
You can’t perform that action at this time.
0 commit comments