mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
Merge branch 'main' into v0.8
This commit is contained in:
commit
36a1d81675
3 changed files with 38 additions and 0 deletions
|
@ -382,7 +382,10 @@
|
||||||
|
|
||||||
[poz](https://poz.pet):
|
[poz](https://poz.pet):
|
||||||
|
|
||||||
|
[everforest]: https://github.com/sainnhe/everforest
|
||||||
|
|
||||||
- Fix gitsigns null-ls issue.
|
- Fix gitsigns null-ls issue.
|
||||||
|
- Add [everforest] theme support.
|
||||||
|
|
||||||
[Haskex](https://github.com/haskex):
|
[Haskex](https://github.com/haskex):
|
||||||
|
|
||||||
|
|
|
@ -281,4 +281,23 @@ in {
|
||||||
vim.cmd.colorscheme("solarized-osaka")
|
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"];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -442,6 +442,22 @@
|
||||||
"url": "https://github.com/elixir-tools/elixir-tools.nvim/archive/eeb2b5a2e99e1646861a104f108c5818dd3973dc.tar.gz",
|
"url": "https://github.com/elixir-tools/elixir-tools.nvim/archive/eeb2b5a2e99e1646861a104f108c5818dd3973dc.tar.gz",
|
||||||
"hash": "1l0xjis8jp5mf3v42f9xsjmwpjskf6zk6brpr8l39sp1bjn9z4x7"
|
"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": {
|
"fastaction-nvim": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue