Skip to content

An extension for telescope.nvim that provides info of your terraform workspace.

License

Notifications You must be signed in to change notification settings

cappyzawa/telescope-terraform.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

telescope-terraform.nvim

telescope-terraform is an extension for telescope.nvim that provides info of your terraform workspace.

preview

Installation

use{
  'cappyzawa/telescope-terraform.nvim',
  requires = {
    'nvim-lua/plenary.nvim',
    'nvim-telescope/telescope.nvim',
  },
  config = function()
    require'telescope'.load_extension'terraform'
  end,
}

Usage

Now supports terraform state list only.

list

:Telescope terraform state_list

Key mappings

key usage
d remove the selected state

About

An extension for telescope.nvim that provides info of your terraform workspace.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages