From 54a06068eb9b5f1718953694d72f80a7878aa6af Mon Sep 17 00:00:00 2001 From: r17x Date: Tue, 8 Oct 2024 18:36:43 +0700 Subject: [PATCH] feat(avante): removed from inputs and used based on nixpkgs channels --- flake.lock | 17 ----------------- flake.nix | 5 ----- 2 files changed, 22 deletions(-) diff --git a/flake.lock b/flake.lock index 056d794..f99f68d 100644 --- a/flake.lock +++ b/flake.lock @@ -525,7 +525,6 @@ "sops": "sops", "styled-ppx": "styled-ppx", "ts-rescript": "ts-rescript", - "vimPlugins_avante-nvim": "vimPlugins_avante-nvim", "vimPlugins_supermaven-nvim": "vimPlugins_supermaven-nvim", "vimPlugins_vim-rescript": "vimPlugins_vim-rescript" } @@ -718,22 +717,6 @@ "type": "github" } }, - "vimPlugins_avante-nvim": { - "flake": false, - "locked": { - "lastModified": 1724819226, - "narHash": "sha256-xxVqRaD2m/FKu+gfD4J4Wuk49iQYKr8nNuV9/6ARQBM=", - "owner": "yetone", - "repo": "avante.nvim", - "rev": "0591955c5e6aacbb5312fdffbd92d1d22d072f17", - "type": "github" - }, - "original": { - "owner": "yetone", - "repo": "avante.nvim", - "type": "github" - } - }, "vimPlugins_supermaven-nvim": { "flake": false, "locked": { diff --git a/flake.nix b/flake.nix index 74fed78..91a4f3f 100644 --- a/flake.nix +++ b/flake.nix @@ -85,11 +85,6 @@ flake = false; }; - vimPlugins_avante-nvim = { - url = "github:yetone/avante.nvim"; - flake = false; - }; - # others ts-rescript = { url = "github:nkrkv/tree-sitter-rescript";