mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -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 = {
|
neogit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.graph_style = "unicode";
|
settings = {
|
||||||
|
graph_style = "unicode";
|
||||||
|
popup = "floating";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
# The greatest QoL plugin of all time. Renders codeblocks, formatting, etc
|
# 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
|
# in LSP popup buffers too. GUI users will never flex on you with their
|
||||||
|
|
Loading…
Reference in a new issue