diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 21:18:43 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 21:18:43 +0100 |
commit | d0fc0af4dbe0668d9bb802213f363d43f3e9277d (patch) | |
tree | 9ff9e7bb181e94bf30977ca5df63f1c59d00f43d | |
parent | 52f2c2c67eb962f3d69aa57e3602c29beb643a14 (diff) |
Update README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. ``` |