mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
Added hop
This commit is contained in:
@@ -200,6 +200,14 @@
|
|||||||
options.desc = "Oil";
|
options.desc = "Oil";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Hop command
|
||||||
|
{
|
||||||
|
mode = "n";
|
||||||
|
key = "J";
|
||||||
|
action = "<CMD>HopChar1<CR>";
|
||||||
|
options.desc = "Hop Char 1";
|
||||||
|
}
|
||||||
|
|
||||||
# Add undo breakpoints
|
# Add undo breakpoints
|
||||||
{
|
{
|
||||||
mode = "i";
|
mode = "i";
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hop.enable = true;
|
||||||
illuminate.enable = true;
|
illuminate.enable = true;
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
nvim-lightbulb.enable = true;
|
nvim-lightbulb.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user