Skip to content

Commit

Permalink
feat: enable neogit by default
Browse files Browse the repository at this point in the history
close #568
  • Loading branch information
nullchilly committed Aug 21, 2023
1 parent b1caff9 commit 91f9f6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ neotree = false
<td>

```lua
neogit = false
neogit = true
```

</td>
Expand Down
2 changes: 1 addition & 1 deletion doc/catppuccin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ neo-tree.nvim>lua
<

neogit>lua
neogit = false
neogit = true
<

neotest>lua
Expand Down
1 change: 1 addition & 0 deletions lua/catppuccin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ local M = {
flash = true,
gitsigns = true,
markdown = true,
neogit = true,
nvimtree = true,
rainbow_delimiters = true,
semantic_tokens = not is_vim,
Expand Down

0 comments on commit 91f9f6f

Please sign in to comment.