dotfiles.git

commit 1ba3a9d507c0ffef36ace245ad72b31c7e50db63

Author: Adam <git@apiote.xyz>

newlines in helix

 .config/helix/config.toml | 1 +
 .config/helix/themes/mine.toml | 1 +


diff --git a/.config/helix/config.toml b/.config/helix/config.toml
index d263c743a7463d6c174506cca6b23b302420cbc1..978efad8e474f5bd02b14ded240a261d582baca7 100644
--- a/.config/helix/config.toml
+++ b/.config/helix/config.toml
@@ -5,6 +5,7 @@ rulers = [80, 120]
 
 [editor.whitespace.render]
 nbsp = "all"
+newline = "all"
 
 [editor.indent-guides]
 render = true




diff --git a/.config/helix/themes/mine.toml b/.config/helix/themes/mine.toml
index 0d1c41fcb7a9ee9b8b72718ca736abe22610efb4..18bb6c2204033f1659146da7566f83644a5d8434 100644
--- a/.config/helix/themes/mine.toml
+++ b/.config/helix/themes/mine.toml
@@ -2,6 +2,7 @@ inherits = "ayu_dark"
 
 "ui.linenr" = { fg = "gray"}
 "ui.linenr.selected" = { fg = "foreground" }
+"ui.virtual.whitespace" = { fg = "gray" }
 
 [palette]
 foreground = "#c9ad53"