nvim: add terraformls
This commit is contained in:
parent
758cbfd85a
commit
324439b998
1 changed files with 3 additions and 2 deletions
|
@ -106,8 +106,9 @@ local server_configs = function()
|
||||||
}, -- }}}
|
}, -- }}}
|
||||||
jsonnet_ls = {},
|
jsonnet_ls = {},
|
||||||
regal = {},
|
regal = {},
|
||||||
jedi_language_server = {}
|
jedi_language_server = {},
|
||||||
kcl = {}
|
kcl = {},
|
||||||
|
terraformls = {}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue