chore: remove neoclip

This commit is contained in:
♥ Minnie ♥ 2025-04-11 00:05:42 +08:00
parent 3f0f7b1663
commit 5e92549971
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 0 additions and 22 deletions

View file

@ -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 = {'\"', '+'}
})";
}

View file

@ -1,6 +1,5 @@
{...}: { {...}: {
imports = [ imports = [
./neoclip.nix # Persistent clipboard.
./software-licenses.nix # View common software licenses. ./software-licenses.nix # View common software licenses.
]; ];
@ -84,10 +83,6 @@
}; };
# Extensions # Extensions
"<leader>p" = {
action = "neoclip";
options.desc = "Persistent Clipboard";
};
"<leader>sl" = { "<leader>sl" = {
action = "software-licenses find"; action = "software-licenses find";
options = { options = {