Skip to content

ashpool37/zed-extension-opentofu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zed OpenTofu

An OpenTofu extension for Zed. Forked and adapted from the official Terraform extension.

File association conflicts

In order to automatically use the OpenTofu extension and language server when editing .tf and .tfvars files, either uninstall the Terraform extension or add this to your settings.json:

"file_types": {
  "OpenTofu": ["tf"],
  "OpenTofu Vars": ["tfvars"]
},

Development

To develop this extension, see the Developing Extensions section of the Zed docs.

About

OpenTofu support for Zed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9