Skip to content

Commit

Permalink
fix: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Mar 4, 2024
1 parent 3938268 commit ea7a414
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://i.imgur.com/wLMNwZq.png" height=200 /></p>
<p align="center"><img src="https://i.imgur.com/wLMNwZq.png" height=130 /></p>

## Description

Expand All @@ -23,10 +23,13 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim) in lua
{'rubiin/fortune.nvim', version = "*", config = true}

-- or
{'rubiin/fortune.nvim', version = "*",
{
'rubiin/fortune.nvim', version = "*",
config = function()
require('fortune').setup {
max_width = 60,
max_width = 60, -- max width the fortune section should take place
display_format = 'short' | 'long' | 'mixed' -- the fortune form
content_type = 'quotes' | 'tips'
}
end
}
Expand Down

0 comments on commit ea7a414

Please sign in to comment.