summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-12 21:19:25 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-12 21:19:30 +0200
commitbf8f9157601383c5186e76924e8406b2d1ed368a (patch)
tree84f9f443a942596bc899d9510c346f1c27d2164d /README.md
parentbbd8c1d59ca4249a9477aece9d80cf3405c764a6 (diff)
docs(readme): update
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 44b5df1..f6deef5 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,17 @@ fzf
fnm and node for lsp
```
+# Install
+
+```
+make install
+```
+
# Structure
```
.
-└── lua
+└── fnl
├── config # Plugin configs.
│   └── lsp # LSP related configs.
│   └── settings # Server specific settings.
@@ -24,7 +30,3 @@ fnm and node for lsp
   ├── plugins.lua # Table of all plugins.
└── settings # Neovim settings.
```
-
-## TODO
--[ ] autocmd
--[ ] cmp check if anything is missing