Umut Topuzoğlu
Umut Topuzoğlu
Probably interesting gotcha: For me the problems only appear if background-opacity is not 1. Minimal reproduceable config: ``` theme = light:BlulocoLight,dark:BlulocoDark background-opacity = 0.9 macos-titlebar-style = tabs ```
Setting the opacity to 1 solved a part oft this, but not all. There is still the issues, that when the macos theme changes in the background and the terminal...
Is there anything I can do to make this happen? Where should I start?
I am trying to set this via lua in my packer config but is still does not work: ```lua use { 'nanotee/zoxide.vim', config = function() vim.g.zoxide_prefix = 'j' end }...
I had a similar issue, and not sure if this is related. My error message was: Could not find parent navigation with route "watch-history". Available routes are: '' The issue...