-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Linting
Justin M. Keyes edited this page Feb 28, 2025
·
3 revisions
This info is outdated, see #3473
Many languages do not have available language server support. As of Neovim 0.6, diagnostics from language servers are only one source for the generic diagnostic module. Diagnostics can be populated from other sources, just as dedicated linting programs which do not adhere to the language server protocol via small, adapter plugins or language servers. Additional plugins can be installed to get more information about code.
footer