fix(lang): remove event from terraform telescope extensions

This commit is contained in:
Peter Benjamin 2023-12-21 13:29:57 -08:00
parent 10755ebea1
commit 270ac2063c
No known key found for this signature in database

View file

@ -63,7 +63,6 @@ return {
dependencies = {
{
"ANGkeith/telescope-terraform-doc.nvim",
event = "VeryLazy",
config = function()
Util.on_load("telescope.nvim", function()
require("telescope").load_extension("terraform_doc")
@ -72,7 +71,6 @@ return {
},
{
"cappyzawa/telescope-terraform.nvim",
event = "VeryLazy",
config = function()
Util.on_load("telescope.nvim", function()
require("telescope").load_extension("terraform")