Skip to content

tzabbi/zed-opentofu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors