We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:Tmuxline lighttline works OK. Is there a way to autoload this on vim startup, just like airline does?
:Tmuxline lighttline
airline
The text was updated successfully, but these errors were encountered:
I couldn't figure out a way to do this. I ended up using the following workaround:
:Tmuxline vim_statusline_3 full
:TmuxlineSnapshot ~/.config/nvim/lua/core/plugin_config/tmuxline.vim
vim ~/.tmux.conf
source ~/.config/nvim/lua/core/plugin_config/tmuxline.vim
Sorry, something went wrong.
My solution is the following
autocmd VimEnter,BufEnter * Tmuxline lighttline
I rather not save to a file because I have a different night theme controlled by vimrc
No branches or pull requests
:Tmuxline lighttline
works OK. Is there a way to autoload this on vim startup, just likeairline
does?The text was updated successfully, but these errors were encountered: