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

Deprecation of vim.dagnostic.goto_prev and vim.diagnostic.goto_next #992

Open
jonl500 opened this issue Jun 26, 2024 · 3 comments
Open

Deprecation of vim.dagnostic.goto_prev and vim.diagnostic.goto_next #992

jonl500 opened this issue Jun 26, 2024 · 3 comments

Comments

@jonl500
Copy link

jonl500 commented Jun 26, 2024

Describe the bug

My neovim config was raising an error which I noticed and looked up:
https://neovim.io/doc/user/deprecated.html

To Reproduce

I do not know if the error was caught using 'Trouble' or one the the built in tools from kickstart, but it's a quick fix.
Once I used 'Trouble', I got a warning on the deprecated code.
1.

Desktop

  • OS: Ubuntu
  • Terminal: zsh

Neovim Version

v0.11.0-dev

Screenshot from 2024-06-26 13-37-30

@fbernier
Copy link

You're using an unreleased version of neovim which is not yet supported by kickstart.

You may be interested in #936

@VlaDexa
Copy link
Contributor

VlaDexa commented Jun 30, 2024

You can safely remove those two maps, because since 0.10 Neovim maps these keys by default to these actions.

@ParsaNobahari
Copy link

You're using an unreleased version of neovim which is not yet supported by kickstart.

then why this repository's "install instructions for Neovim and dependencies" is to install Neovim through unstable Neovim ppa for Ubuntu if it's not supported: https://github.com/nvim-lua/kickstart.nvim?tab=readme-ov-file#linux-install
which installs v0.11.0-dev
maybe change it to what Neovim repo recommends: https://github.com/neovim/neovim/wiki/Installing-Neovim/921fe8c40c34dd1f3fb35d5b48c484db1b8ae94b#ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants