Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
genzyy committed Feb 17, 2024
1 parent 2e08490 commit ecf7495
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,25 @@ require('lualine').setup {
theme = 'embark',
}
}

### User configuration

```lua
config = function()
require("embark").setup({
styles = {
keywords = { italic = true, bold = true }, -- default
comments = { italic = true, bold = false }, -- default
},
})
end

```
```
### Todo
- [ ] user configuration.
- [x] user configuration.
- [ ] support for other nvim plugins.
- [ ] light variant.

0 comments on commit ecf7495

Please sign in to comment.