You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i change colorcheme from lua config file like this: autocmd VimEnter,BufNew *.txt colorscheme mycolorscheme
There is no lualine theming at all (lualine theme is on auto). I have to manually run: :lua require('lualine').setup() or change colorscheme :colorscheme mycolorscheme and then it works
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
When i change colorcheme from lua config file like this:
autocmd VimEnter,BufNew *.txt colorscheme mycolorscheme
There is no lualine theming at all (lualine theme is on auto). I have to manually run:
:lua require('lualine').setup()
or change colorscheme:colorscheme mycolorscheme
and then it worksHow to solve it ?
Beta Was this translation helpful? Give feedback.
All reactions