mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
fix: use correct attribute for neogit popup
This commit is contained in:
parent
c90437651c
commit
e935980efe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue