Skip to content

Commit

Permalink
docs: fix instructions for importing lualine theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sho-87 committed Jun 3, 2024
1 parent a769176 commit d97482d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ vim.cmd("colorscheme kanagawa-paper")
##### [Lualine](https://github.com/nvim-lualine/lualine.nvim)

```lua
local kanagawa_paper = require("lualine.themes.kanagawa-paper")

require('lualine').setup {
options = {
theme = 'kanagawa-paper'
theme = kanagawa_paper
-- ... your lualine config
}
}
Expand Down

0 comments on commit d97482d

Please sign in to comment.