mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 01:25:03 +02:00
Add the Terraform LSP config (#222)
This commit is contained in:
parent
a384a706af
commit
b584ee8ee3
2 changed files with 5 additions and 0 deletions
4
lua/lsp/terraform-ls.lua
Normal file
4
lua/lsp/terraform-ls.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
require'lspconfig'.terraformls.setup{
|
||||
cmd = {DATA_PATH .. "/lspinstall/terraform/terraform-ls", "serve"},
|
||||
on_attach = require'lsp'.common_on_attach
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue