Skip to content

timonviola/terraform-doc-browser.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

terraform-doc-browser.nvim

So terraform-lsp currently has a limited textDocument/hover support. Simply put, I can't pull up useful documentation from vim.

The plugin is the lua port of the vim-script in this hashicorp/terraform-ls#1965 by @iypetrov.

Install

Install with packer or similar.

Call setup after installation.

lazy.nvim

{ "timonviola/terraform-doc-browser.nvim" }

or

{
'timonviola/terraform-doc-browser.nvim',
config = function()
    require("terraform-doc-browser").setup()
end
}

mini.deps

add({ source = "timonviola/terraform-doc-browser.nvim" })

packer.nvim

use { "timonviola/terraform-doc-browser.nvim" }

Usage

In a .tf file, use <leader>dc to open the relevant docs in the system default browser.

About

A quick in-the-borwser documentation lookup for terraform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages