feat: Add highlight config for trailing white spaces in yaml files

This commit is contained in:
Xavier Logerais
2026-02-26 17:17:02 +00:00
parent 84026b5a01
commit 58e86b8435
2 changed files with 41 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- AstroUI provides the basis for configuring the AstroNvim User Interface
-- Configuration documentation can be found with `:h astroui`
@@ -16,6 +16,7 @@ return {
highlights = {
init = { -- this table overrides highlights in all themes
-- Normal = { bg = "#000000" },
TrailingWhiteSpace = { bg = "red" },
},
astrodark = { -- a table of overrides/changes when applying the astrotheme theme
-- Normal = { bg = "#000000" },