updates, as well as leap-analogue
This commit is contained in:
parent
c3f5bef4e0
commit
23ca3f754b
3 changed files with 10 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -8,11 +8,11 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1692003204,
|
"lastModified": 1692136130,
|
||||||
"narHash": "sha256-gO2DXwXuArjpywgtRTDb3aKscWMbnI7YwFaqvV46yv0=",
|
"narHash": "sha256-uQKYKEKtdJJzJl1wn/hmUrNjFe6HMETF1GUlKcCOHZw=",
|
||||||
"owner": "cachix",
|
"owner": "cachix",
|
||||||
"repo": "devenv",
|
"repo": "devenv",
|
||||||
"rev": "ade3ae522baf366296598e232b7b063d81740bbb",
|
"rev": "5c258eec1f7497aa9ec0b8aa85931dcde6925a9f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -43,7 +43,7 @@ in {
|
||||||
kondo
|
kondo
|
||||||
litecli
|
litecli
|
||||||
magic-wormhole-rs
|
magic-wormhole-rs
|
||||||
ncdu
|
# ncdu
|
||||||
ov
|
ov
|
||||||
pdm
|
pdm
|
||||||
poetry
|
poetry
|
||||||
|
|
|
@ -41,6 +41,12 @@
|
||||||
animate.enable = true;
|
animate.enable = true;
|
||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
jump.enable = true;
|
jump.enable = true;
|
||||||
|
jump2d = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = {
|
||||||
|
mappings.start_jumping = "<leader>a";
|
||||||
|
};
|
||||||
|
};
|
||||||
surround.enable = true;
|
surround.enable = true;
|
||||||
};
|
};
|
||||||
fugitive = {
|
fugitive = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue