You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -110,9 +108,6 @@ <h4>Can micro support the Command key on Mac?</h4>
110
108
<h4>Can I contribute even if I don't know Go?</h4>
111
109
<p>Yes! You can help by creating colorschemes or syntax files or by improving the documentation. If you know Lua you can write plugins.</p>
112
110
<br>
113
-
<h4>How can I donate?</h4>
114
-
<p>We appreciate the gesture, but we don't accept donations.</p>
115
-
<br>
116
111
<h4>Syntax highlighting isn't working well. I only see a few colors/no colors</h4>
117
112
<p>Your <code>TERM</code> variable probably indicates that your terminal only supports 16 colors. You can change it like so to enable 256 colors: <code>$ export TERM=xterm-256color</code>. Alternatively you can use one of micro's 16 color colorschemes by running <code>> set colorscheme simple</code>.
0 commit comments