blob: 359a61653633c2d1747a587f36ad7c9356b2d524 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# tflint
## Installing TFLint plugins
To install TFLint plugins, using the same installation of TFLint as nvim-lsp-installer, you may run the `:TFLintInit`
command. This command assumes that:
1. there exists a `.tflint.hcl` file in neovim's current working directory.
1. you've called `server:setup(opts)` for `tflint`
|