parent
b32493780d
commit
6a87e455bd
16 changed files with 105 additions and 46 deletions
|
@ -6,8 +6,8 @@
|
|||
enableTelescope = true;
|
||||
};
|
||||
|
||||
keymaps =
|
||||
lib.mkIf config.plugins.refactoring.enable ([
|
||||
keymaps = lib.mkIf config.plugins.refactoring.enable (
|
||||
[
|
||||
{
|
||||
key = "<leader>ri";
|
||||
action = "<cmd>Refactor inline_var<CR>";
|
||||
|
@ -43,5 +43,6 @@
|
|||
'';
|
||||
options.silent = true;
|
||||
}
|
||||
]);
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue