Replies: 1 comment
-
Yeah, sounds like you could use plugins.transparent.luaConfig.post = ''
require('transparent').clear_prefix('lualine')
''; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make my lualine transparent, but it has a strange interaction with transparent.nvim that requires using this
clear_prefix
helper function, but there is no nixvim option for transparent.nvim to enable this, so is there any other way I could use this? I haven't ever used theluaConfig
option for any plugins before, so I don't even really know what its capabilities are, but could this be an option? If so, could anyone show me an example of how one usesluaConfig
? Or just any other solution for getting this helper function working?Beta Was this translation helpful? Give feedback.
All reactions