Switched from alejandra to nixfmt(-rfc-style)
Also re-formatted nix files
This commit is contained in:
parent
ea90b0356f
commit
ddb857e6ac
7 changed files with 66 additions and 52 deletions
|
|
@ -11,8 +11,12 @@
|
|||
};
|
||||
settings.defaults.mappings = {
|
||||
"i" = {
|
||||
"<C-n>" = {__raw = "require('telescope.actions').cycle_history_next";};
|
||||
"<C-p>" = {__raw = "require('telescope.actions').cycle_history_prev";};
|
||||
"<C-n>" = {
|
||||
__raw = "require('telescope.actions').cycle_history_next";
|
||||
};
|
||||
"<C-p>" = {
|
||||
__raw = "require('telescope.actions').cycle_history_prev";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue