kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

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

Open jonl500 opened this issue 1 year ago • 2 comments

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

jonl500 avatar Jun 26 '24 17:06 jonl500

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

You may be interested in https://github.com/nvim-lua/kickstart.nvim/pull/936

fbernier avatar Jun 26 '24 19:06 fbernier

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

VlaDexa avatar Jun 30 '24 16:06 VlaDexa

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

ParsaNobahari avatar Jul 13 '24 14:07 ParsaNobahari

Fixed in #936

feoh avatar Jul 22 '24 02:07 feoh