Compare commits

..

No commits in common. "ae5df119bf56020d71acd511f78d84ef0060cf9a" and "a9df8abf10190f3e9eebce89041ccced4b9e3dff" have entirely different histories.

2 changed files with 5 additions and 13 deletions

View File

@ -29,11 +29,6 @@ U+E0B2 \xee\x82\xb2 Leftwards black arrowhead (U+2B82 \xe2\xae\x82 )
U+E0B3 \xee\x82\xb3 Leftwards arrowhead (U+2B83 \xe2\xae\x83 )\n\
"
echo -e "Ligatures:\n\
-> -----> => =====>
== != <= >=
"
echo -e "Default \e[39mDefault\e[0m"
echo -e "Default \e[30mBlack\e[0m"
echo -e "Default \e[31mRed\e[0m"

View File

@ -90,15 +90,12 @@
" Base customization {{{
if has("gui_running")
if has("nvim")
if has("mac")
set guifont=Iosevka-Term:h16
elseif has("win32")
set guifont=Iosevka\ Term\ Regular\ 13
else
if has("mac")
set guifont=Iosevka-Term:h16
elseif has("win32")
set guifont=Iosevka\ Term\ Regular\ 13
else
set guifont=Iosevka\ Term\ Regular\ 13.5
end
set guifont=Iosevka\ Term\ Regular\ 13.5
end
set columns=120 lines=54