diff --git a/.config/foot/foot.ini##hostname.dpad b/.config/foot/foot.ini##hostname.dpad index a167bc6e..fad664e9 100644 --- a/.config/foot/foot.ini##hostname.dpad +++ b/.config/foot/foot.ini##hostname.dpad @@ -10,7 +10,8 @@ title=foot include=~/dev/plugins/ashen.nvim/extras/foot/ashen.ini # font=monospace:size=10 -font=SauceCodePro NFM:size=12 +# font=SauceCodePro NFM:size=12 +font = SauceCodePro Nerd Font Mono:size=12 # font-bold= # font-italic= # font-bold-italic= diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 9a87a102..0345590a 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -25,6 +25,7 @@ newline = "all" [editor.whitespace.characters] newline = "↪" tab = "→" +tabpad = "·" [editor.cursor-shape] insert = "bar"