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

Expand on usage guide in the README #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MattSturgeon
Copy link

Inspired by #63 and looking through the setup/config code, I thought I'd take the opportunity to expand on your docs a little.

Hopefully everything is correct! Let me know if not.

Comment on lines +33 to 43
-- These are the defaults.
telescope = true,
telescope_borders = false,
indentblankline = true,
notify = true,
ts_rainbow = true,
cmp = true,
illuminate = true,
lsp_semantic = true,
mini_completion = true,
dapui = true,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be great to have some brief descriptions too, e.g:

    -- These are the defaults.
    telescope = true,          -- Enable theming telescope panels
    telescope_borders = false, -- Also theme telescope panel borders
    indentblankline = true,    -- Set colors for indentblanklins's indentation guides
    notify = true,             -- etc
    ts_rainbow = true,         -- etc

I haven't added any because I have no idea what they should be.

The lua API doesn't need/use a prefix.
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.

1 participant