feat: use floating neogit style

This commit is contained in:
Youwen Wu 2024-09-18 00:33:58 -07:00
parent 266e176103
commit 63fa67dd6f
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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