Merge branch 'v0.8' of github.com:NotAShelf/nvf into feature/transparent-base16

This commit is contained in:
ced4rtree 2025-11-24 15:48:58 -07:00
commit d4a8590628
No known key found for this signature in database
GPG key ID: 4E9A5361FD2BF15A
99 changed files with 4050 additions and 2061 deletions

View file

@ -335,4 +335,13 @@ in {
styles = ["hard" "medium" "soft"];
};
mellow = {
setup = {transparent ? false, ...}: ''
-- Mellow configuration
vim.g.mellow_transparent = ${boolToString transparent}
vim.cmd.colorscheme("mellow")
'';
};
}