From 8773a28f8974c84df559f0aa107a76e89490a265 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 14 Nov 2022 12:27:38 +0100 Subject: [PATCH] flake, neovim: Removed vim-extra-plugins --- flake.nix | 4 +--- roles/home/neovim.nix | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index e1bc4ab..171f733 100644 --- a/flake.nix +++ b/flake.nix @@ -6,11 +6,10 @@ url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; - vim-extra-plugins.url = "github:m15a/nixpkgs-vim-extra-plugins"; }; outputs = - inputs@{ self, nixpkgs, nixos-unstable, home-manager, vim-extra-plugins }: + inputs@{ self, nixpkgs, nixos-unstable, home-manager }: let x64System = "x86_64-linux"; darwinSystem = "aarch64-darwin"; @@ -22,7 +21,6 @@ config.allowUnfree = true; overlays = [ (final: prev: { inherit unstable; }) - vim-extra-plugins.overlays.default ]; }; diff --git a/roles/home/neovim.nix b/roles/home/neovim.nix index 3132572..1a784ca 100644 --- a/roles/home/neovim.nix +++ b/roles/home/neovim.nix @@ -41,8 +41,6 @@ (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) nvim-treesitter-textobjects minimap-vim - - pkgs.vimExtraPlugins.leap-nvim ]; extraConfig = ''