summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-17 21:30:54 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-17 21:30:54 +0100
commit42bd502e73d19839f1597b7877173bfd2ded6a66 (patch)
tree9fbf01c3b09a7d67c2b7d103563ca2e77b9abb25 /README.md
parent054928357107d9b4dd01fdbe307ac5888c0d91ee (diff)
Update README
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.
```