Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove StatusLine background (nvim 0.11 change)

+1 -1
+1 -1
modules/nvim/theme.nix
··· 29 29 Question.fg = magenta; 30 30 SpecialKey.fg = grey; 31 31 32 - StatusLine = { fg = white; bg = cursor; }; 32 + StatusLine = { fg = white; }; 33 33 StatusLineNC.fg = muted; 34 34 Title.fg = green; 35 35 Visual.bg = cursor;