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
just like everyday
its showing these things will be deprecated
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
To add to this, lualine is currently using functions that have already been deprecated:
vim.api.nvim_buf_set_option & vim.api.nvim_win_set_option, both of which have been deprecated since neovim v0.10.
vim.api.nvim_buf_set_option
vim.api.nvim_win_set_option
https://github.com/nvim-lualine/lualine.nvim/blob/master/lua/lualine/utils/nvim_opts.lua#L136 https://github.com/nvim-lualine/lualine.nvim/blob/master/lua/lualine/utils/nvim_opts.lua#L148
No branches or pull requests
Self Checks
How to reproduce the problem
Expected behavior
just like everyday
Actual behavior
its showing these things will be deprecated
Minimal config to reproduce the issue
Additional information
The text was updated successfully, but these errors were encountered: