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.17k forks source link

Neovim 0.8 breaking changes patch - handlers.lua, bufferline.lua #229

Closed snehalyelmati closed 1 year ago

snehalyelmati commented 1 year ago

closes #148, closes #219

handlers.lua - replacing resolved_capabilitites with server_capabilities. bufferline.lua - fix depreciated indicator icon, guifg, guibg and gui keys using fg, bg and underline.

gnmearacaun commented 1 year ago

closes #222