fix: use correct attribute for neogit popup

This commit is contained in:
Youwen Wu 2024-09-18 00:58:05 -07:00
parent c90437651c
commit e935980efe
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -82,7 +82,7 @@
enable = true; enable = true;
settings = { settings = {
graph_style = "unicode"; graph_style = "unicode";
popup = "floating"; popup.kind = "floating";
}; };
}; };
# The greatest QoL plugin of all time. Renders codeblocks, formatting, etc # The greatest QoL plugin of all time. Renders codeblocks, formatting, etc