summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 200736c..e54bffe 100644
--- a/README.md
+++ b/README.md
@@ -9,4 +9,18 @@ neovim >= 6.0.0
neovim-web-devicons-git
xsel
node (for lsp)
+fzf
+```
+
+# Structure
+
+```
+.
+└── lua
+ ├── config # Plugin configs.
+ │   └── lsp # LSP related configs.
+ │   └── settings # Server specific settings.
+    ├── installer.lua # Packer installer.
+    ├── plugins.lua # Table of all plugins.
+ └── settings # Neovim settings.
```