-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Linting
w0rp edited this page Sep 11, 2023
·
2 revisions
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.