Compare commits
2 commits
5768956e73
...
0256cebaca
Author | SHA1 | Date | |
---|---|---|---|
Barna Máté | 0256cebaca | ||
Barna Máté | 506ae83371 |
|
@ -14,14 +14,14 @@
|
|||
plugin = pkgs.vimUtils.buildVimPlugin
|
||||
{
|
||||
pname = "shades_of_purple";
|
||||
version = "1.0.1"; # dummy version
|
||||
version = "1.0.2"; # dummy version
|
||||
src = pkgs.fetchFromGitea
|
||||
{
|
||||
domain = "git.4o1x5.dev";
|
||||
owner = "4o1x5";
|
||||
repo = "shades-of-purple-nvim";
|
||||
rev = "c009b792d7e23e5fa988e8741997506cc53c52b1";
|
||||
hash = "sha256-LRXzVRWZV9Tk0hEsDmdr64dURLVW0XJzlolzDxjd40k=";
|
||||
rev = "bf962ffd82f7fce5f89cc6e54e995a90f37feb4b";
|
||||
hash = "sha256-NokpQsg/mUpjkhRRthNyLvCf9ZEmxlbvNmFUlL0y+Y0=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,19 +5,6 @@
|
|||
];
|
||||
|
||||
plugins = {
|
||||
clipboard-image = {
|
||||
enable = true;
|
||||
clipboardPackage = pkgs.wl-clipboard;
|
||||
};
|
||||
|
||||
image = {
|
||||
enable = helpers.enableExceptInTests;
|
||||
integrations.markdown = {
|
||||
clearInInsertMode = true;
|
||||
onlyRenderImageAtCursor = true;
|
||||
};
|
||||
};
|
||||
|
||||
markdown-preview = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -20,4 +20,3 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue