Skip to content

UltiRequiem/bad-words-lsp-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.