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

Bug: vim.deprecated #1399

Open
2 tasks
hkhrithik007 opened this issue Apr 2, 2025 · 2 comments
Open
2 tasks

Bug: vim.deprecated #1399

hkhrithik007 opened this issue Apr 2, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@hkhrithik007
Copy link

Self Checks

  • I'm using the latest lualine.
  • I didn't find the issue in existing issues or PRs.

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

@hkhrithik007 hkhrithik007 added the bug Something isn't working label Apr 2, 2025
@hkhrithik007
Copy link
Author

Image This is the issue

@Crypto-Spartan
Copy link

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants