diff --git a/config/plugins/qol.nix b/config/plugins/qol.nix index 36b3a52..99661e8 100644 --- a/config/plugins/qol.nix +++ b/config/plugins/qol.nix @@ -49,7 +49,10 @@ crates-nvim.enable = true; # git stuff gitsigns.enable = true; - neogit.enable = true; + neogit = { + enable = true; + settings.graph_style = "unicode"; + }; # Language specific tools markdown-preview.enable = true; ts-autotag.enable = true;