Compare commits

...

2 commits

Author SHA1 Message Date
a1c2f6709a
flake.lock: Update
Flake lock file updates:

• Updated input 'blink-cmp':
    'github:Saghen/blink.cmp/2f1b85bc4f15e2f3660550ef92161a93482f2fd8' (2024-10-12)
  → 'github:Saghen/blink.cmp/af68874f1b2e628e0c72ec27f5225d0c6b2d6820' (2024-10-14)
• Updated input 'nixCats':
    'github:BirdeeHub/nixCats-nvim/63687d601963606934ba7c8262aa975fcd66600f?dir=nix' (2024-10-11)
  → 'github:BirdeeHub/nixCats-nvim/132e968264ccb9e7e4ccfc83fd9145d0516e5cd1?dir=nix' (2024-10-14)
2024-10-14 17:44:15 -07:00
c772470e0b
fix: use 'tinymist' instead of 'typst-preview' for configuration option 2024-10-14 17:43:34 -07:00
2 changed files with 7 additions and 7 deletions

View file

@ -10,11 +10,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728709956, "lastModified": 1728879229,
"narHash": "sha256-rTw88OMPunviQM6LmNfgMyM2oHNcWD/VJdUp1OMvkMA=", "narHash": "sha256-bvhLOM0NMx5S069uX2OecEpzYaR3hV4r8nCIPD0f0XQ=",
"owner": "Saghen", "owner": "Saghen",
"repo": "blink.cmp", "repo": "blink.cmp",
"rev": "2f1b85bc4f15e2f3660550ef92161a93482f2fd8", "rev": "af68874f1b2e628e0c72ec27f5225d0c6b2d6820",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -417,11 +417,11 @@
"nixCats": { "nixCats": {
"locked": { "locked": {
"dir": "nix", "dir": "nix",
"lastModified": 1728657329, "lastModified": 1728945249,
"narHash": "sha256-eKLrDi2dqyuzTyW1PgBPJ+VC+mKgo5AyIEGLO4PATgs=", "narHash": "sha256-WeA1oMjijjqEHsPDZ1vl9SU7Yt6365rLTQjwNjzWgBY=",
"owner": "BirdeeHub", "owner": "BirdeeHub",
"repo": "nixCats-nvim", "repo": "nixCats-nvim",
"rev": "63687d601963606934ba7c8262aa975fcd66600f", "rev": "132e968264ccb9e7e4ccfc83fd9145d0516e5cd1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -39,7 +39,7 @@ return {
after = function() after = function()
require("typst-preview").setup({ require("typst-preview").setup({
dependencies_bin = { dependencies_bin = {
["typst-preview"] = nixCats("bin.tinymist"), ["tinymist"] = nixCats("bin.tinymist"),
["websocat"] = nixCats("bin.websocat"), ["websocat"] = nixCats("bin.websocat"),
}, },
}) })