mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -08:00
feat: use floating neogit style
This commit is contained in:
parent
266e176103
commit
63fa67dd6f
1 changed files with 4 additions and 1 deletions
|
@ -80,7 +80,10 @@
|
|||
};
|
||||
neogit = {
|
||||
enable = true;
|
||||
settings.graph_style = "unicode";
|
||||
settings = {
|
||||
graph_style = "unicode";
|
||||
popup = "floating";
|
||||
};
|
||||
};
|
||||
# The greatest QoL plugin of all time. Renders codeblocks, formatting, etc
|
||||
# in LSP popup buffers too. GUI users will never flex on you with their
|
||||
|
|
Loading…
Reference in a new issue