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

Add gitgraph.nvim #822

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add gitgraph.nvim #822

wants to merge 1 commit into from

Conversation

dormeiri
Copy link

🎉 First off, thanks for taking the time to contribute! 🎉

Here are some guidelines:

  • Format code using stylua.
  • New plugin integration should be added in alphabetical order:
  • Create a topic branch on your fork for your specific PR.
  • Use conventionalcommits.org's
    rules for explicit and meaningful commit messages.
  • If it's your first time contributing to a project, then read
    About pull requests
    on Github's docs.

Here are some tips:

  • Use vim.g.catppuccin_debug = true to get live config re-loading

@@ -553,6 +553,10 @@ fzf-lua>lua
fzf = true
<

gitgraph.nvim>lua
gitgraph = false

Copy link
Collaborator

Choose a reason for hiding this comment

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

Missing a <

@@ -45,6 +45,7 @@ local M = {
dashboard = true,
diffview = false,
flash = true,
gitgraph = false,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove this line as integrations are disabled by default.

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.

3 participants