Skip to content

Commit

Permalink
options: remove ExtraWhitespace highlight group
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Feb 3, 2025
1 parent 32229d7 commit 64eff59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/nixvim/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
colorscheme = "catppuccin";
colorschemes.catppuccin.enable = true;
luaLoader.enable = true;
# Extra White space
highlight.ExtraWhitespace.bg = "red"; # Highlight extra white spaces
# FIXME: ignore dashboard
# match.ExtraWhitespace = "\\s\\+$"; # Remove extra white spaces

globals = {
# Disable useless providers
Expand Down

0 comments on commit 64eff59

Please sign in to comment.