| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -44/+0 |
| | | |||||
| * | docs(terraformls): add difference between terraform-ls and terraform-lsp to doc | Juan C. Müller | 2021-11-15 | 1 | -0/+22 |
| | | |||||
| * | chore: remove modeline (#1177) | Michael Lingelbach | 2021-08-24 | 1 | -1/+0 |
| | | |||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 1 | -6/+6 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -11/+11 |
| | | |||||
| * | fix(terraform): terraform-ls is for terraform only | David Hotham | 2021-06-29 | 1 | -1/+1 |
| | | |||||
| * | Set terraformls to also operate on `hcl` files | Hugo Barrera | 2021-02-25 | 1 | -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 cmd | Peter Lithammer | 2020-11-15 | 1 | -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 lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -0/+23 |
