From ebf0336f5e66c0915d3608063afa7868d13e3aa6 Mon Sep 17 00:00:00 2001 From: Wenderson Barros <80543969+WendersonBarros@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:37:18 -0400 Subject: [PATCH] docs: add `lualine.nvim` theme guide I had to find this information within a reddit post and I thought it was relevant that the documentation for the theme itself had this available --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index ed6d466..b0dd19a 100644 --- a/readme.md +++ b/readme.md @@ -117,6 +117,17 @@ require('rose-pine').setup({ -- Set colorscheme after options vim.cmd('colorscheme rose-pine') ``` +**[lualine.nvim](https://github.com/wbthomason/packer.nvim)** +```lua +require('lualine').setup { + options = { + -- ... your lualine config + --- @usage 'rose-pine'|'rose-pine-alt' + theme = 'rose-pine', + -- ... your lualine config + } +} +``` ## Contributing