Skip to content

Commit

Permalink
feat: Use kitty as Neogit graph_style
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Oct 27, 2024
1 parent fe21e1f commit 20fbc61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/core/plugins/neogit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ local default_config = {
keys = {
{ "<leader>g<Enter>", "<cmd>Neogit<cr>", desc = "Neogit" },
},
opts = {},
opts = {
graph_style = "kitty",
},
}

local config = vim.tbl_deep_extend("force", default_config, user_config)
Expand Down

0 comments on commit 20fbc61

Please sign in to comment.