Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rrossmiller authored Dec 16, 2023
1 parent 1eed215 commit 36dd8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ return {
{
dir = vim.fn.expand(vim.fn.stdpath("state") .. "/todos/"), -- directory where todo files are saved. ~/.local/store/nvim/todos/
style = '', -- neovim supports blank, or simple
border = 'rounded', -- nvim allows allows: https://neovim.io/doc/user/api.html#api-win_config:~:text=%27winhighlight%27.-,border
border = 'rounded', -- nvim allows these: https://neovim.io/doc/user/api.html#api-win_config:~:text=%27winhighlight%27.-,border
}
```

Expand Down

0 comments on commit 36dd8ce

Please sign in to comment.