mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-03 19:53:25 +08:00
init
This commit is contained in:
commit
96895ec3aa
100 changed files with 6349 additions and 0 deletions
29
home/programs/coding/nixvim/mini.nix
Normal file
29
home/programs/coding/nixvim/mini.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
programs.nixvim.plugins = {
|
||||
mini.enable = true;
|
||||
mini.modules = {
|
||||
align = { };
|
||||
files = {
|
||||
mappings = {
|
||||
close = "<Esc>";
|
||||
};
|
||||
};
|
||||
hipatterns = {
|
||||
hex_color = "hipatterns.gen_highlighter.hex_color()";
|
||||
};
|
||||
indentscope = { };
|
||||
move = {
|
||||
mappings = {
|
||||
left = "<C-h>";
|
||||
right = "<C-l>";
|
||||
up = "<C-k>";
|
||||
down = "<C-j>";
|
||||
line_left = "<C-h>";
|
||||
line_right = "<C-l>";
|
||||
line_up = "<C-k>";
|
||||
line_down = "<C-j>";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue