bad-words-lsp-linter icon indicating copy to clipboard operation
bad-words-lsp-linter copied to clipboard

👹 LSP implementation example

Bad Words Linter

GitMoji License: MIT Lines Of Code CodeQL

Screenshot

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.