Skip to content
New issue

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

Make statusline customizable from Lua #4

Open
smolck opened this issue Oct 1, 2020 · 0 comments
Open

Make statusline customizable from Lua #4

smolck opened this issue Oct 1, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@smolck
Copy link
Owner

smolck commented Oct 1, 2020

Maybe have some sort of an API like this:

require'uivonim'.setup_statusline {
    {}; -- Left components in here
    {}; -- Middle components in here
    {}; -- Right components in here
}

One question: how to go about this once ext_statusline is implemented in neovim?

cc: @tjdevries, let me know if you would prefer a different API style

@smolck smolck added the enhancement New feature or request label Oct 1, 2020
@smolck smolck mentioned this issue Oct 1, 2020
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant