aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/terraformls.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat: expose configsMichael Lingelbach2021-11-251-44/+0
|
* docs(terraformls): add difference between terraform-ls and terraform-lsp to docJuan C. Müller2021-11-151-0/+22
|
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-1/+0
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-6/+6
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-11/+11
|
* fix(terraform): terraform-ls is for terraform onlyDavid Hotham2021-06-291-1/+1
|
* Set terraformls to also operate on `hcl` filesHugo Barrera2021-02-251-1/+1
| | | | | | | The file format that terraformls checks is HCL (Hashicorp Configuration Language). Tools like `vim-hcl` actually set this `filetype` correctly. Make the LSP pick up these files correctly too.
* terraformls: Fix arguments to cmdPeter Lithammer2020-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | ```console $ terraform-ls Usage: terraform-ls [--version] [--help] <command> [<args>] Available commands are: completion Lists available completion items inspect-module Lists available debug items serve Starts the Language Server ``` ```console $ terraform-ls serve 2020/09/14 13:34:28 serve_command.go:137: Starting terraform-ls 0.0.0-dev 2020/09/14 13:34:28 service.go:60: Preparing new session ... 2020/09/14 13:34:28 service.go:77: Worker pool size set to 12 2020/09/14 13:34:28 watcher.go:118: watching for changes ... 2020/09/14 13:34:28 langserver.go:69: Starting server (pid 83736) ... ```
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+23