Merge branch 'main' into v0.8

This commit is contained in:
raf 2025-07-19 03:20:00 +03:00 committed by GitHub
commit 36a1d81675
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 38 additions and 0 deletions

View file

@ -382,7 +382,10 @@
[poz](https://poz.pet):
[everforest]: https://github.com/sainnhe/everforest
- Fix gitsigns null-ls issue.
- Add [everforest] theme support.
[Haskex](https://github.com/haskex):

View file

@ -281,4 +281,23 @@ in {
vim.cmd.colorscheme("solarized-osaka")
'';
};
everforest = {
setup = {
style ? "medium",
transparent ? false,
...
}: ''
vim.g.everforest_background = "${style}"
vim.g.everforest_transparent_background = ${
if transparent
then "1"
else "0"
}
vim.cmd.colorscheme("everforest")
'';
styles = ["hard" "medium" "soft"];
};
}

View file

@ -442,6 +442,22 @@
"url": "https://github.com/elixir-tools/elixir-tools.nvim/archive/eeb2b5a2e99e1646861a104f108c5818dd3973dc.tar.gz",
"hash": "1l0xjis8jp5mf3v42f9xsjmwpjskf6zk6brpr8l39sp1bjn9z4x7"
},
"everforest": {
"type": "GitRelease",
"repository": {
"type": "GitHub",
"owner": "sainnhe",
"repo": "everforest"
},
"pre_releases": false,
"version_upper_bound": null,
"release_prefix": null,
"submodules": false,
"version": "v0.3.0",
"revision": "1e625639362661972821e83d8bbe528b8981a05f",
"url": "https://api.github.com/repos/sainnhe/everforest/tarball/v0.3.0",
"hash": "18h7mwr9lpsdsdi90vn4nc868g50li27xvylrs2srppfjr7kvl7w"
},
"fastaction-nvim": {
"type": "Git",
"repository": {