fix(terraform): make telescope optional

This commit is contained in:
Folke Lemaitre 2024-06-12 23:13:18 +02:00
parent f608564517
commit 8c3f9fd497
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -57,6 +57,7 @@ return {
},
{
"nvim-telescope/telescope.nvim",
optional = true,
dependencies = {
{
"ANGkeith/telescope-terraform-doc.nvim",