mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
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:
parent
093f085630
commit
9ed00dbea0
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user