fix: deprecated nixCats-nvim reference

This commit is contained in:
Youwen Wu 2024-10-27 17:18:02 -07:00
parent 258d839b35
commit 84e47530c9
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 1 additions and 3 deletions

View file

@ -66,7 +66,6 @@
},
"nixCats": {
"locked": {
"dir": "nix",
"lastModified": 1730063105,
"narHash": "sha256-GWC9E6A+BOVgTSfZ2UyiHtU4Y438dYz4GpeW3b0rlU0=",
"owner": "BirdeeHub",
@ -75,7 +74,6 @@
"type": "github"
},
"original": {
"dir": "nix",
"owner": "BirdeeHub",
"repo": "nixCats-nvim",
"type": "github"

View file

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixCats.url = "github:BirdeeHub/nixCats-nvim?dir=nix";
nixCats.url = "github:BirdeeHub/nixCats-nvim";
blink-cmp = {
url = "github:Saghen/blink.cmp";