Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fcancelinha committed Aug 16, 2024
1 parent 1ab0a9d commit 8eb06c6
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,32 @@ require('lualine').setup {

## 🔧 Configuration

- The available options currently, are:
#### The available options currently, are:

```lua
# default configuration
1. transparent = false (transparent background)
2. brighter_comments = false
3. italic_comments = false

require('nordern').setup({
italicized_comments = Boolean,
```lua
(...)
opts = {
transparent = Boolean,
brighter_comments = Boolean,
})
italic_comments = Boolean
},
(...)
```

OR

```lua
config = function()
require('nordern').setup({
transparent = Boolean,
brighter_comments = Boolean,
italic_comments = Boolean,
})
end
```

## 💧 Acknowledgements
Expand Down

0 comments on commit 8eb06c6

Please sign in to comment.