diff options
| author | Chris <[email protected]> | 2021-07-26 10:03:35 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-07-26 10:03:35 -0400 | 
| commit | f976f9b99d4bc328780cdca142a30d366f2d81cd (patch) | |
| tree | 25972944ee9bdd17621dc35e3a0755888a78d7f9 | |
| parent | 275c20a394ef9c239d08a03258849255ed496c0f (diff) | |
linter fields for tf
| -rw-r--r-- | lua/default-config.lua | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 03ad3906..bd6ae930 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -707,6 +707,7 @@ lvim.lang = {        args = {},        stdin = true,      }, +    linters = {},      lsp = {        provider = "sourcekit",        setup = { @@ -737,6 +738,7 @@ lvim.lang = {        args = { "fmt" },        stdin = false,      }, +    linters = {},      lsp = {        provider = "terraformls",        setup = {  | 
