mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -08:00
feat: use unicode graph style for neogit
This commit is contained in:
parent
eab8fed9d1
commit
721d145307
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue