mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(lang): remove event from terraform telescope extensions
This commit is contained in:
parent
10755ebea1
commit
270ac2063c
1 changed files with 0 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue