mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/ayu: automatically apply ayu theme when enabled (#661)
This commit is contained in:
parent
65bd427a6e
commit
36119e7ec1
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ in {
|
|||
extraPlugins = [cfg.package];
|
||||
|
||||
extraConfigLuaPre = ''
|
||||
require("ayu").setup(${helpers.toLuaObject setupOptions})
|
||||
local ayu = require("ayu")
|
||||
ayu.setup(${helpers.toLuaObject setupOptions})
|
||||
ayu.colorscheme()
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue