We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vim.lsp.util.set_qflist is replaced by vim.fn.setqflist
Add missing parenthesis
Use Lua autocommand api
Replace removed nerd font glyphs with their updated versions
Why not actually use Lua to do this?
Modernize example for "Highlight line number instead of having icons in sign column"
Updated gutter signs to nerdfont 3.0
missing close parenthesis
document_highlight: clear references on cursor move in insert mode
Add note about `resolved_capabilities` being deprecatedin neovim 0.8 and show alternative
lsp_document_highlight: Clear only buflocal autocmds
lsp_document_highlight: Use bufnr parameter from on_attach
Make previous lsp_document_highlight autocmd match docs https://github.com/neovim/neovim/blob/v0.7.0/runtime/doc/lsp.txt#L1017-L1019
Use new autocmd API
Updated UI Customization (markdown)
autocmd should always be autocmd!, same with hi! to follow best practices and ensure they can be resourced without adding extra autocmds
`vim.lsp.diagnostic.get_line_diagnostic` is depracated
Updated UI Customizations (markdown)