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 = {},
|
||||
regal = {},
|
||||
jedi_language_server = {}
|
||||
kcl = {}
|
||||
jedi_language_server = {},
|
||||
kcl = {},
|
||||
terraformls = {}
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue