switch to nixvim fork
This commit is contained in:
parent
2115bd5b82
commit
11c3e55837
2 changed files with 7 additions and 6 deletions
11
flake.lock
11
flake.lock
|
@ -344,15 +344,16 @@
|
|||
"pre-commit-hooks": "pre-commit-hooks"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1694341786,
|
||||
"narHash": "sha256-7xp0lZ0Ihx1f9WLYxOWP73PlM0HOa0Wrp3/iF7D++zc=",
|
||||
"owner": "nix-community",
|
||||
"lastModified": 1694865384,
|
||||
"narHash": "sha256-svPImtOaBinwfJG15srz14xYLY6P/SJ0fdQRTGZgi80=",
|
||||
"owner": "adtya",
|
||||
"repo": "nixvim",
|
||||
"rev": "9e6892e8391a5bcc3727802b6a9fb2b9b52537df",
|
||||
"rev": "04034e4f286f23042ffbe554a0c733278eafa11b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"owner": "adtya",
|
||||
"ref": "git-blame-nvim",
|
||||
"repo": "nixvim",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
url = "github:adtya/nixvim/git-blame-nvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue