mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
format
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
bufferline.enable = true;
|
||||
copilot-vim = {
|
||||
enable = true;
|
||||
# FIXME: Temp issue solving
|
||||
settings.node_command = lib.getExe pkgs.nodejs_20;
|
||||
};
|
||||
flash.enable = true;
|
||||
@@ -26,12 +25,10 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
keymaps = [
|
||||
{
|
||||
key = "<leader>ct";
|
||||
action = "<cmd>AerialToggle<cr>";
|
||||
options.desc = "Aerial (tags)";
|
||||
}
|
||||
];
|
||||
keymaps = [{
|
||||
key = "<leader>ct";
|
||||
action = "<cmd>AerialToggle<cr>";
|
||||
options.desc = "Aerial (tags)";
|
||||
}];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user