new formatting, nixvim is working

This commit is contained in:
vali 2024-05-22 14:29:45 +02:00
commit 88db34c822
88 changed files with 1994 additions and 1845 deletions

View file

@ -244,7 +244,8 @@
{
mode = "n";
key = "<C-d>";
action = "<C-d>zz";
action = "<C-d>";
#action = "<C-d>zz";
options = {
desc = "Allow C-d and C-u to keep the cursor in the middle";
};
@ -253,7 +254,8 @@
{
mode = "n";
key = "<C-u>";
action = "<C-u>zz";
#action = "<C-u>zz";
action = "<C-u>";
options = {
desc = "Allow C-d and C-u to keep the cursor in the middle";
};