diff --git a/Makefile b/Makefile index 8e80276..c43625d 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,7 @@ NIX_LOCK := nix flake lock DEPS_MY := \ myneovim \ - mytools \ - vnetod \ - wd2 + vnetod DEPS_NIXOS := \ nixpkgs \ diff --git a/flake.lock b/flake.lock index 3a3af80..fa8acb2 100644 --- a/flake.lock +++ b/flake.lock @@ -92,6 +92,22 @@ "type": "github" } }, + "cmp-tabby": { + "flake": false, + "locked": { + "lastModified": 1681450408, + "narHash": "sha256-0swK9LV91SeZO0SQl8zVs7GmQNMYwQm7XyQE0iPbc/w=", + "owner": "nzlov", + "repo": "cmp-tabby", + "rev": "c0cb81024ee1500a722b3c35f64dd282c11bc7ba", + "type": "github" + }, + "original": { + "owner": "nzlov", + "repo": "cmp-tabby", + "type": "github" + } + }, "editorconfig-nvim": { "flake": false, "locked": { @@ -339,6 +355,7 @@ "inputs": { "cmp-luasnip": "cmp-luasnip", "cmp-nvim-lsp": "cmp-nvim-lsp", + "cmp-tabby": "cmp-tabby", "editorconfig-nvim": "editorconfig-nvim", "flake-utils": [ "flake-utils" @@ -367,11 +384,11 @@ "theme": "theme" }, "locked": { - "lastModified": 1684757872, - "narHash": "sha256-J4RhMJmK7mPWDrLTy2xj33JDAihznwa4seWpuqxYJdE=", + "lastModified": 1686313923, + "narHash": "sha256-U/KJHewzUCxumM7AmGckGqOVehqY68n76jrN/7QiS1U=", "ref": "refs/heads/main", - "rev": "54333ac0a66de85a4006a75beef5be265a15f7a1", - "revCount": 99, + "rev": "b4a93f588f786afece94f146893a346f4d8eb890", + "revCount": 103, "type": "git", "url": "https://git.pleshevski.ru/mynix/neovim" },