aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/terraformls.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-23/+0
|
* terraformls: fix URL #347Hori Ryota2020-09-051-1/+1
|
* terraform-ls: switch to Hashicorp Terraform language server #345Peter Lithammer2020-09-051-2/+2
| | | | | | | | | The `juliosueiras/terraform-lsp` project readme says: > The aim to have a unified lsp for terraform in the future, but for now there is two concurrent development with collabration to each other, this repo is aim for more experimental features, and the terraform-ls is aim for stableness Hashicorp's seems to be more actively developed nowadays as well. https://github.com/hashicorp/terraform-ls
* docgen: use package.json url instead of VSCode extension nameHirokazu Hata2020-05-181-1/+1
| | | | | VSCode extensions are so large size and we offten get a network error with downloading them. So we had better to directory download package.json.
* Add .terraform/ as a root dir for terraformlsAndy Lindeman2020-05-161-2/+2
| | | | | `terraform init` creates .terraform/ and is a better indicator of the root than .git/ in many cases
* window/showMessage: the display level can be set for 'window/showMessage' ↵Hirokazu Hata2020-02-241-2/+0
| | | | | | notification related with #127
* lua: remove `settings = {}`Hirokazu Hata2020-02-161-1/+0
| | | | configs.lua set settings vim.empty_dict() as default
* rename "skeleton" to "configs" #100Michael Lingelbach2020-01-311-2/+2
| | | | | | | | | | | | | | `nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs` class that provides 1. actual functionality 2. a bunch of configs Each config is added to the `configs` object (FKA "skeleton") as a property. Those configs are not "templates", they are "configs". So we should clean up the wording in various places to say "config" instead of "skeleton"/"template". Closes #64
* terraform-lsp #90Hirokazu Hata2020-01-051-0/+26