diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 21:30:54 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 21:30:54 +0100 |
commit | 42bd502e73d19839f1597b7877173bfd2ded6a66 (patch) | |
tree | 9fbf01c3b09a7d67c2b7d103563ca2e77b9abb25 | |
parent | 054928357107d9b4dd01fdbe307ac5888c0d91ee (diff) |
Update README
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. ``` |