neovim: Drop clipboard-image-nvim

Logseq is slow but convenient. Ultimately it probably makes sense to use
Logseq as it's "good enough" instead of trying to make a neovim setup
work (which is more suited for programming).
This commit is contained in:
Donovan Glover 2024-03-07 21:57:46 -05:00
parent 093f085630
commit 9ed00dbea0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -455,18 +455,6 @@ in
type = "lua"; type = "lua";
config = ''require("nvim-autopairs").setup {}''; config = ''require("nvim-autopairs").setup {}'';
} }
{
plugin = clipboard-image-nvim;
type = "lua";
config = /* lua */ ''
require("clipboard-image").setup {
default = {
img_dir = {"%:p:h", "_"},
img_dir_txt = "_",
}
}
'';
}
{ {
plugin = auto-save-nvim; plugin = auto-save-nvim;
type = "lua"; type = "lua";