LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.18k forks source link

Fix: changed deprecated function call #291

Closed Mochitto closed 1 year ago

Mochitto commented 1 year ago

https://neovim.io/doc/user/deprecated.html, under: LSP DIAGNOSTICS

Show_line_diagnostics was breaking my config (on NVIM v0.8.1); seems no longer supported. It seems defined at line 73 as well, with a different binding.

gokberkgunes commented 1 year ago

This commit fixes the broken key binding, it looks good.