Skip to content

Commit

Permalink
[nvim]: Add initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Jun 9, 2019
1 parent 7c07c97 commit d40141d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nvim/README.md
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)

0 comments on commit d40141d

Please sign in to comment.