Tested and able to merge

This commit is contained in:
haskex 2025-05-16 19:42:21 -03:00
commit 62cd4154a2
4 changed files with 24 additions and 0 deletions

View file

@ -199,6 +199,7 @@ isMaximal: {
};
images = {
image-nvim.enable = false;
img-clip.enable = isMaximal;
};
};

View file

@ -392,3 +392,11 @@
- Add `rubylsp` option in `vim.languages.ruby.lsp.server` to use shopify's
ruby-lsp language server
[Haskex](https://github.com/haskex):
[img-clip.nvim]: https://github.com/hakonharnes/img-clip.nvim
- Add [img-clip.nvim] plugin in `vim.utility.images.img-clip` with `enable` and
`setupOpts`
- Add `vim.utility.images.img-clip.enable = isMaximal` in configuration.nix

View file

@ -1,5 +1,6 @@
{
imports = [
./image-nvim
./img-clip
];
}

View file

@ -705,6 +705,19 @@
"url": "https://github.com/3rd/image.nvim/archive/4c51d6202628b3b51e368152c053c3fb5c5f76f2.tar.gz",
"hash": "16s1wsy9k72qiqzvwij67j2jzwgi6ggl6lhx9p6lfw8dpps3ayxg"
},
"img-clip": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "hakonharnes",
"repo": "img-clip.nvim"
},
"branch": "main",
"submodules": false,
"revision": "08a02e14c8c0d42fa7a92c30a98fd04d6993b35d",
"url": "https://github.com/hakonharnes/img-clip.nvim/archive/08a02e14c8c0d42fa7a92c30a98fd04d6993b35d.tar.gz",
"hash": "0ani8z5pkvqmmalzcgyj27rfhqs76ivmpq79xn8rsdyy5a5fy979"
},
"indent-blankline-nvim": {
"type": "Git",
"repository": {
@ -869,6 +882,7 @@
"repo": "markview.nvim"
},
"branch": "main",
"submodules": false,
"revision": "6c92a6455e97c954a4a419265a032fedd69846f6",
"url": "https://github.com/OXY2DEV/markview.nvim/archive/6c92a6455e97c954a4a419265a032fedd69846f6.tar.gz",
"hash": "01sw4iscnciyifpba4cwjb6fs95wrkk60xvqq67b8d5j8yb5449a"