docs: added available extensions to README.md
This commit is contained in:
parent
bbcd9e43be
commit
5ca719a5a7
|
@ -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)
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue