bad-words-lsp-linter

👹 LSP implementation example

MIT License

Stars
6

Bad Words Linter

Installation

yarn global add bad-words-linter

Usage

Whit coc.nvim:

"languageserver": {
  "bad-words-linter": {
    "command": "bad-words-linter",
    "args": ["--stdio"],
    "filetypes": ["text"]
  }
}

License

This project is licensed under the MIT License.