feat: add tflint

This commit is contained in:
Michael Mandl 2022-04-26 14:00:04 +02:00
parent 65ba9100e7
commit 95e22170e0
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -56,6 +56,7 @@ require("nvim-lsp-setup").setup({
}),
sumneko_lua = require('lua-dev').setup({}),
terraformls = {},
tflint = {},
volar = {},
},
})