Compare commits
2 Commits
a9df8abf10
...
ae5df119bf
Author | SHA1 | Date | |
---|---|---|---|
ae5df119bf | |||
9df4b326ae |
@ -29,6 +29,11 @@ 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,12 +90,15 @@
|
|||||||
" Base customization {{{
|
" Base customization {{{
|
||||||
|
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
if has("mac")
|
if has("nvim")
|
||||||
set guifont=Iosevka-Term:h16
|
|
||||||
elseif has("win32")
|
|
||||||
set guifont=Iosevka\ Term\ Regular\ 13
|
|
||||||
else
|
else
|
||||||
set guifont=Iosevka\ Term\ Regular\ 13.5
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
set columns=120 lines=54
|
set columns=120 lines=54
|
||||||
|
Loading…
Reference in New Issue
Block a user