diff options
Diffstat (limited to 'README.md')
-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. ``` |