summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-18 21:18:43 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-18 21:18:43 +0100
commitd0fc0af4dbe0668d9bb802213f363d43f3e9277d (patch)
tree9ff9e7bb181e94bf30977ca5df63f1c59d00f43d
parent52f2c2c67eb962f3d69aa57e3602c29beb643a14 (diff)
Update README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e54bffe..72ae13b 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ Based on the neovim config by [ChristianChiarulli](https://github.com/LunarVim/N
neovim >= 6.0.0
neovim-web-devicons-git
xsel
-node (for lsp)
fzf
+fnm and node for lsp
```
# Structure
@@ -20,7 +20,7 @@ fzf
├── config # Plugin configs.
│   └── lsp # LSP related configs.
│   └── settings # Server specific settings.
-    ├── installer.lua # Packer installer.
+    ├── install.lua # Packer installer.
   ├── plugins.lua # Table of all plugins.
└── settings # Neovim settings.
```