mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
update: modules/cli/nixvim.nix
This commit is contained in:
@@ -108,6 +108,22 @@
|
||||
key = "k";
|
||||
action= "kzz";
|
||||
}
|
||||
{
|
||||
key = "[[";
|
||||
action= "[[zz";
|
||||
}
|
||||
{
|
||||
key = "]]";
|
||||
action= "]]zz";
|
||||
}
|
||||
{
|
||||
key = "{{";
|
||||
action= "{{zz";
|
||||
}
|
||||
{
|
||||
key = "}}";
|
||||
action= "}}zz";
|
||||
}
|
||||
];
|
||||
|
||||
autoGroups = {
|
||||
|
||||
Reference in New Issue
Block a user