From d40141d53899ce2a46691ce3b2cb97da77a36cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Estev=C3=A3o?= Date: Sun, 9 Jun 2019 11:59:29 +0100 Subject: [PATCH] [nvim]: Add initial README --- nvim/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 nvim/README.md diff --git a/nvim/README.md b/nvim/README.md new file mode 100644 index 00000000..dc2c463e --- /dev/null +++ b/nvim/README.md @@ -0,0 +1,17 @@ + +

+ neovim +

+ +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) +