forked from Shinonome/fred-neovim
Added hop
This commit is contained in:
@@ -200,6 +200,14 @@
|
||||
options.desc = "Oil";
|
||||
}
|
||||
|
||||
# Hop command
|
||||
{
|
||||
mode = "n";
|
||||
key = "J";
|
||||
action = "<CMD>HopChar1<CR>";
|
||||
options.desc = "Hop Char 1";
|
||||
}
|
||||
|
||||
# Add undo breakpoints
|
||||
{
|
||||
mode = "i";
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
hop.enable = true;
|
||||
illuminate.enable = true;
|
||||
lazygit.enable = true;
|
||||
nvim-lightbulb.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user