From 5e925499717a57ef8b088f7ce2d8f862c6715308 Mon Sep 17 00:00:00 2001 From: jasmine Date: Fri, 11 Apr 2025 00:05:42 +0800 Subject: [PATCH] chore: remove neoclip --- config/plugins/utils/neoclip.nix | 17 ----------------- config/plugins/utils/telescope.nix | 5 ----- 2 files changed, 22 deletions(-) delete mode 100644 config/plugins/utils/neoclip.nix diff --git a/config/plugins/utils/neoclip.nix b/config/plugins/utils/neoclip.nix deleted file mode 100644 index d536b16..0000000 --- a/config/plugins/utils/neoclip.nix +++ /dev/null @@ -1,17 +0,0 @@ -{pkgs, ...}: { - extraPlugins = [ - (pkgs.vimUtils.buildVimPlugin { - name = "neoclip"; - src = pkgs.fetchFromGitHub { - owner = "AckslD"; - repo = "nvim-neoclip.lua"; - rev = "709c97f"; - hash = "sha256-8ZPmxVM4dzjJxAYUHRMCiAQBxZEGHtsgSCNlCZBRBWo="; - }; - }) - ]; - - extraConfigLua = "require('neoclip').setup({ - default_register = {'\"', '+'} - })"; -} diff --git a/config/plugins/utils/telescope.nix b/config/plugins/utils/telescope.nix index 8adffe1..f7816d8 100644 --- a/config/plugins/utils/telescope.nix +++ b/config/plugins/utils/telescope.nix @@ -1,6 +1,5 @@ {...}: { imports = [ - ./neoclip.nix # Persistent clipboard. ./software-licenses.nix # View common software licenses. ]; @@ -84,10 +83,6 @@ }; # Extensions - "p" = { - action = "neoclip"; - options.desc = "Persistent Clipboard"; - }; "sl" = { action = "software-licenses find"; options = {