We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Installing language servers (markdown)
Update and clarify the section about `exrc`.
Update reference to the successor to neodev.
Created _Footer (markdown)
`get_active_clients` deprecated in favor of `get_clients`
Make it sound less like "don't install lspconfig with lean.nvim", it's just it will call leanls.setup{}
Updated Language specific plugins (markdown)
Updated the `settings` example
vim.lsp.util.set_qflist is replaced by vim.fn.setqflist
Add missing parenthesis
Add missing comma for argument
Use Lua autocommand api
Use Lua to create autocommand
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 Toggle LSP for current buffer (markdown)
Updated Toggle LSP for current buffer manually automatically (markdown)
Link lsp-timeout.nvim
Turn into a table
added ferris.nvim plugins
nvim 0.9: 'exrc' is no longer marked deprecated, remove spoiler
nvim 0.9: 'exrc' is no longer marked deprecated
Updated gutter signs to nerdfont 3.0
Created Toggle LSP for current buffer (markdown)
Recommend ALE as a solution for linting files
fix: keep updated with nvim-cmp docs