How to use a different linter for neovim's built in lsp?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • ESLint

    Find and fix problems in your JavaScript code.

  • What do you mean by "linter"? Do you want to use something like eslint with it?

  • efm-langserver

    General purpose Language Server

  • LSP doesn't implement linters, it uses language servers which are very different from linters. If you want to use a linter with lsp, there is efm which is a generic lsp able to wrap around linters and other tools to provide diagnostics and formatting capabilities.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • nvim-lint

    An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.

  • there's https://github.com/mfussenegger/nvim-lint as an alternative to efm/diagnosticls

  • deno

    A modern runtime for JavaScript and TypeScript.

  • It is very new, so they are still working on some things https://github.com/denoland/deno/issues/8643

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts