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 README.md #60

Closed
wants to merge 1 commit into from
Closed

Update README.md #60

wants to merge 1 commit into from

Conversation

TheJoeSchr
Copy link

Simplify lazy setup. According to their docs, it can be used like in this example:

-- the above could also be written as:
  {
    "nvim-neorg/neorg",
    ft = "norg",
    config = true, -- run require("neorg").setup()
  }, 

Simplify `lazy` setup. According to their docs, it can be used like in this example: 
```lua
-- the above could also be written as:
  {
    "nvim-neorg/neorg",
    ft = "norg",
    config = true, -- run require("neorg").setup()
  }, 
```
@utilyre
Copy link
Owner

utilyre commented Feb 1, 2023

Why have you turned the README into a binary file? 🤔

@TheJoeSchr
Copy link
Author

TheJoeSchr commented Feb 2, 2023 via email

@utilyre utilyre closed this in df5b1ab Feb 3, 2023
@TheJoeSchr TheJoeSchr deleted the patch-1 branch February 3, 2023 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants