Updated Example plugin configurations (markdown)

rebuilt 2021-07-07 08:34:20 +02:00
parent 38eb221754
commit af0194f5b6

@ -13,8 +13,8 @@ These example configurations are meant to be placed inside lv-config.lua using t
```bash ```bash
# lv-config.lua # lv-config.lua
# Other, user-defined plugins will be entries in the custom_plugins table # Other, user-defined plugins will be entries in the custom_plugins table
O.custom_plugins = {{<Git Repository>}, {<Another Git Repository>}, {<...etc>}} O.user_plugins = {{<Git Repository>}, {<Another Git Repository>}, {<...etc>}}
O.custom_plugins = {{"folke/tokyonight.nvim"}} O.user_plugins = {{"folke/tokyonight.nvim"}}
``` ```
## [TrueZen](https://github.com/Pocco81/TrueZen.nvim) ## [TrueZen](https://github.com/Pocco81/TrueZen.nvim)