docs: added available extensions to README.md

This commit is contained in:
hoob3rt 2021-03-16 00:00:45 +01:00
parent bbcd9e43be
commit 5ca719a5a7
2 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
# Available extensions
### [fzf.vim](https://github.com/junegunn/fzf.vim)
![fzf](https://user-images.githubusercontent.com/41551030/103468293-e7b7ad80-4d57-11eb-9d16-a150f9dac4b7.png)

View File

@ -306,7 +306,14 @@ By default no plugin extension are loaded to improve performance. If you are usi
lualine.extensions = { 'fzf' }
```
All available extensions are listed in [EXTENSIONS.md](./EXTENSIONS.md)
<details>
<summary><b>Available components</b></summary>
* fugitive
* fzf
* nerdtree
</details>
### Lua config example