diff --git a/README.md b/README.md index 936b312..47b06cd 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,27 @@ use({ }) ``` +- [lazy.nvim](https://github.com/folke/lazy.nvim) + +```lua +require('lazy').setup({ + spec = { + -- some optional icons + { 'nvim-tree/nvim-web-devicons', lazy = true }, + { + 'glepnir/galaxyline.nvim', + branch = 'main', + -- your statusline + config = function() + require('my_statusline') + end, + }, + -- Other plugins + }, + -- Other options for `lazy` +}) +``` + ## 🧭 Api ### Section Variables