modified Menixvim
This commit is contained in:
parent
82c8025b4e
commit
aba3be9b85
9 changed files with 190 additions and 7 deletions
|
|
@ -1,12 +1,15 @@
|
|||
{
|
||||
plugins.leap = {
|
||||
enable = true;
|
||||
addDefaultMappings = false;
|
||||
};
|
||||
keymaps = [
|
||||
{
|
||||
mode = [ "n" "x" "o" ];
|
||||
key = "<leader>ss";
|
||||
action = "function() require('leap').leap { } end";
|
||||
action = "function() require('leap').leap {} end";
|
||||
lua = true;
|
||||
# action = "require('leap').leap";
|
||||
}
|
||||
{
|
||||
mode = [ "n" "x" "o" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue