Compare commits
No commits in common. "0256cebaca7690307fbf71b310b8fdb422160210" and "5768956e7375b773abb7e2584f7de1a528fe3a46" have entirely different histories.
0256cebaca
...
5768956e73
|
@ -14,14 +14,14 @@
|
|||
plugin = pkgs.vimUtils.buildVimPlugin
|
||||
{
|
||||
pname = "shades_of_purple";
|
||||
version = "1.0.2"; # dummy version
|
||||
version = "1.0.1"; # dummy version
|
||||
src = pkgs.fetchFromGitea
|
||||
{
|
||||
domain = "git.4o1x5.dev";
|
||||
owner = "4o1x5";
|
||||
repo = "shades-of-purple-nvim";
|
||||
rev = "bf962ffd82f7fce5f89cc6e54e995a90f37feb4b";
|
||||
hash = "sha256-NokpQsg/mUpjkhRRthNyLvCf9ZEmxlbvNmFUlL0y+Y0=";
|
||||
rev = "c009b792d7e23e5fa988e8741997506cc53c52b1";
|
||||
hash = "sha256-LRXzVRWZV9Tk0hEsDmdr64dURLVW0XJzlolzDxjd40k=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,6 +5,19 @@
|
|||
];
|
||||
|
||||
plugins = {
|
||||
clipboard-image = {
|
||||
enable = true;
|
||||
clipboardPackage = pkgs.wl-clipboard;
|
||||
};
|
||||
|
||||
image = {
|
||||
enable = helpers.enableExceptInTests;
|
||||
integrations.markdown = {
|
||||
clearInInsertMode = true;
|
||||
onlyRenderImageAtCursor = true;
|
||||
};
|
||||
};
|
||||
|
||||
markdown-preview = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -20,3 +20,4 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue