diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-12 21:19:25 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-12 21:19:30 +0200 |
commit | bf8f9157601383c5186e76924e8406b2d1ed368a (patch) | |
tree | 84f9f443a942596bc899d9510c346f1c27d2164d | |
parent | bbd8c1d59ca4249a9477aece9d80cf3405c764a6 (diff) |
docs(readme): update
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |