chore: remove neoclip
This commit is contained in:
parent
3f0f7b1663
commit
5e92549971
|
@ -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 = {'\"', '+'}
|
|
||||||
})";
|
|
||||||
}
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue