fix(nvim): enable terraformls
This commit is contained in:
parent
5c9da925d5
commit
db0b07caa9
|
@ -75,6 +75,7 @@ local servers = {
|
||||||
html = true,
|
html = true,
|
||||||
rnix = true,
|
rnix = true,
|
||||||
tailwindcss = true,
|
tailwindcss = true,
|
||||||
|
terraformls = true,
|
||||||
tsserver = true,
|
tsserver = true,
|
||||||
vuels = true,
|
vuels = true,
|
||||||
|
|
||||||
|
|
Reference in a new issue