mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 12:25:39 +00:00
5 lines
158 B
Lua
5 lines
158 B
Lua
require'lspconfig'.terraformls.setup{
|
|
cmd = {DATA_PATH .. "/lspinstall/terraform/terraform-ls", "serve"},
|
|
on_attach = require'lsp'.common_on_attach
|
|
}
|