Skip to content

Commit

Permalink
Merge pull request #976 from NeogitOrg/CKolkey-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
CKolkey authored Nov 28, 2023
2 parents 3c4db5d + b464b8a commit 76a400a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ local neogit = require('neogit')
neogit.setup {}
```

## Compatibility

The `master` branch will always be compatible with the latest **stable** release of Neovim, and with the latest **nightly** build as well.

Some features may only be available using unreleased (neovim nightly) API's - to use them, set your plugin manager to track the `nightly` branch instead.

The `nightly` branch has the same stability guarantees as the `master` branch.

## Configuration

You can configure neogit by running the `neogit.setup()` function, passing a table as the argument.
Expand Down

0 comments on commit 76a400a

Please sign in to comment.