switch to personal nivim fork
This commit is contained in:
parent
b0b7e9d5be
commit
3daed337b1
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": 1694274712,
|
||||
"narHash": "sha256-XoqfgaqzvS9FS2Ci2NXEPkuY5Shc3Z4RACEeJrWDSsI=",
|
||||
"owner": "nix-community",
|
||||
"lastModified": 1694329009,
|
||||
"narHash": "sha256-32CLpCy8FkPNBxBWUDvDR6AHomh68LN9Un56SKwtEt8=",
|
||||
"owner": "adtya",
|
||||
"repo": "nixvim",
|
||||
"rev": "6efbb5353c08e6bcee24f3ed7314e51767a52d9e",
|
||||
"rev": "378fc8c2462996fdac77e88cbd9259d5ac6ce507",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"owner": "adtya",
|
||||
"ref": "dracula-vim",
|
||||
"repo": "nixvim",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
url = "github:adtya/nixvim/dracula-vim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue