nvim: add terraform lsp

This commit is contained in:
Daniel Lundin 2020-03-08 12:54:16 +01:00
parent d3e06c015d
commit d0599dcf32
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

View file

@ -40,6 +40,11 @@
"args": [],
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"]
},
"terraform": {
"command": "terraform-lsp",
"filetypes": ["terraform"],
"initializationOptions": {}
}
}
}