mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-06-17 09:14:40 +02:00
feat(plugin): set which-key preset to modern
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
plugins.which-key = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preset = "modern";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user