Compare commits
No commits in common. "ae5df119bf56020d71acd511f78d84ef0060cf9a" and "a9df8abf10190f3e9eebce89041ccced4b9e3dff" have entirely different histories.
ae5df119bf
...
a9df8abf10
@ -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\
|
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[39mDefault\e[0m"
|
||||||
echo -e "Default \e[30mBlack\e[0m"
|
echo -e "Default \e[30mBlack\e[0m"
|
||||||
echo -e "Default \e[31mRed\e[0m"
|
echo -e "Default \e[31mRed\e[0m"
|
||||||
|
@ -90,15 +90,12 @@
|
|||||||
" Base customization {{{
|
" Base customization {{{
|
||||||
|
|
||||||
if has("gui_running")
|
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
|
else
|
||||||
if has("mac")
|
set guifont=Iosevka\ Term\ Regular\ 13.5
|
||||||
set guifont=Iosevka-Term:h16
|
|
||||||
elseif has("win32")
|
|
||||||
set guifont=Iosevka\ Term\ Regular\ 13
|
|
||||||
else
|
|
||||||
set guifont=Iosevka\ Term\ Regular\ 13.5
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
set columns=120 lines=54
|
set columns=120 lines=54
|
||||||
|
Loading…
x
Reference in New Issue
Block a user