Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lazy.nvim instruction in README.md #151

Merged
merged 2 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,12 @@ Via [lazy.nvim](https://github.com/folke/lazy.nvim):
### Configuration

```lua
require('lazy').setup({
-- HTTP REST-Client Interface
{
'mistweaverco/kulala.nvim',
config = function()
-- Setup is required, even if you don't pass any options
require('kulala').setup()
end
},
})
{ 'mistweaverco/kulala.nvim', opts = {} },
```
> [!NOTE]
> `opts` needs to be at least an empty table `{}` and can't be completely omitted.

See [setup options](https://kulala.mwco.app/docs/getting-started/setup-options) for more information.
See [configuration options](https://kulala.mwco.app/docs/getting-started/configuration-options) for more information.

## Honorable mentions

Expand Down
Loading