summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index b8c32c5..d3ebfaa 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+# Neovim Config
+
+My neovim config written in fennel.
+
# Dependencies
```
@@ -22,7 +26,7 @@ Wonky non-deterministic performance currently.
├── config # Plugin configs.
│   └── lsp # LSP related configs.
│   └── settings # Server specific settings.
-    ├── install.lua # Packer installer.
-    ├── plugins.lua # Table of all plugins.
+    ├── util.fnl # Packer installer and config loader.
+    ├── plugins.fnl # Table of all plugins.
└── settings # Neovim settings.
```