Replies: 1 comment 2 replies
-
No worries, it's good. Both header and footer in config can be callables. Meaning that they can evaluate script and return its output with something like this: local header = function() return vim.fn.system('~/.config/nvim/logo.sh') end
require('mini.starter').setup({ header = header }) Unfortunately, this only works with the first variation (without colors), as escaped sequences are not supported. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While looking at this config, it seems like
alpha-nvim
allows rendering the header section using a terminal command.I was wondering if such functionality is achievable in
mini.starter
Sorry if the "Ideas" section is not the proper place for this, but since I couldn't find it in the docs, I thought it could be more of an idea rather than a "general" discussion
Beta Was this translation helpful? Give feedback.
All reactions