nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
16.69k stars 16.61k forks source link

Replace depreciated vim.diagnostic methods in init.lua #971

Closed 11xdeveloper closed 3 weeks ago

11xdeveloper commented 3 weeks ago

Replaced vim.diagnostic.goto_next & vim.diagnostic.goto_prev with their new counterparts: https://neovim.io/doc/user/diagnostic.html#vim.diagnostic.get_prev() https://neovim.io/doc/user/diagnostic.html#vim.diagnostic.get_next()