mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-11 14:43:55 +00:00
Merge branch 'v0.8' of github.com:NotAShelf/nvf into feature/transparent-base16
This commit is contained in:
commit
d4a8590628
99 changed files with 4050 additions and 2061 deletions
|
|
@ -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")
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue