mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
plugins/dashboard: better rawLua support for header
This commit is contained in:
parent
060f4b4c38
commit
86ff391e9e
2 changed files with 47 additions and 1 deletions
|
@ -246,7 +246,7 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
|||
};
|
||||
|
||||
header =
|
||||
helpers.defaultNullOpts.mkListOf types.str
|
||||
helpers.defaultNullOpts.mkNullableWithRaw (with types; either str (listOf (maybeRaw str)))
|
||||
[
|
||||
""
|
||||
" ██████╗ █████╗ ███████╗██╗ ██╗██████╗ ██████╗ █████╗ ██████╗ ██████╗ "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue