mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-06 20:05:54 +00:00
Merge branch 'v0.8' into notashelf/push-unvwonkswwyo
This commit is contained in:
commit
7168905378
157 changed files with 6723 additions and 4555 deletions
|
|
@ -312,4 +312,13 @@ in {
|
|||
vim.cmd.colorscheme("everforest")
|
||||
'';
|
||||
};
|
||||
|
||||
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