mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-19 18:25:11 +02:00
plugins: swith to the new behaviour of mkRaw
This commit is contained in:
parent
8cf2d943d2
commit
19f39c3b1b
32 changed files with 66 additions and 127 deletions
|
@ -79,12 +79,8 @@ in {
|
|||
dim_inactive = dimInactive;
|
||||
lualine_bold = lualineBold;
|
||||
day_brightness = dayBrightness;
|
||||
on_colors =
|
||||
helpers.ifNonNull' cfg.onColors
|
||||
(helpers.mkRaw onColors);
|
||||
on_highlights =
|
||||
helpers.ifNonNull' cfg.onHighlights
|
||||
(helpers.mkRaw onHighlights);
|
||||
on_colors = helpers.mkRaw onColors;
|
||||
on_highlights = helpers.mkRaw onHighlights;
|
||||
};
|
||||
in ''
|
||||
require("tokyonight").setup(${helpers.toLuaObject setupOptions})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue