-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c07c97
commit d40141d
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
<h1 align="center"> | ||
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Neovim-logo.svg/1280px-Neovim-logo.svg.png" alt="neovim" width="750px"> | ||
</h1> | ||
|
||
The configuration files for my Neovim are also it's own documentation. It | ||
follows a literate programming approach. I write them in Markdown and Github | ||
renders the html for me. | ||
|
||
## Table of Contents | ||
|
||
* [Plugins](plugins) | ||
* [Base](base) | ||
* [Functions](Functions) | ||
* [Maps](maps) | ||
* [Scheme](scheme) | ||
|