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 = {