started migrating neovim to init.lua.

refs #3
This commit is contained in:
Gabe Venberg 2021-09-06 23:07:40 -05:00
parent 8d4aa86992
commit d8d5296ad2
5 changed files with 131 additions and 37 deletions

View file

@ -24,6 +24,8 @@
<li><a href="https://docs.python.org/3/library/index.html">The Python Standard Library</a>
<li><a href="https://docs.python.org/3/howto/logging.html">Logging HOWTO</a>
<li><a href="https://docs.python.org/3/howto/functional.html">Functional Programming HOWTO</a>
<li><a href="https://pymotw.com/3/index.html">Python 3 Module of the Week</a>
<li><a href="http://www.mypy-lang.org/">mypy - Optional Static Typing for Python</a>
<!--End of section (do not delete this comment)-->
</ul>
<h2>git</h2>
@ -31,5 +33,10 @@
<li><a href="https://git-scm.com/doc">Git Documentation</a>
<!--End of section (do not delete this comment)-->
</ul>
<h2>Lua</h2>
<ul>
<li><a href="https://www.lua.org/manual/5.1/">Lua 5.1 Reference Manual</a>
<!--End of section (do not delete this comment)-->
</ul>
</body>
</html>