From 1a8aa1a2b3f894f84a2be3a4ae645d87da827f64 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 3 Nov 2024 01:07:39 -0400 Subject: [PATCH] build: change wezterm-types source to gonstoll repository --- lua/plugins/languages.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/languages.lua b/lua/plugins/languages.lua index 1846a25..848a090 100644 --- a/lua/plugins/languages.lua +++ b/lua/plugins/languages.lua @@ -74,7 +74,8 @@ return { build = "cd app && yarn install", }, { -- WezTerm Types - "justinsgithub/wezterm-types", + "gonstoll/wezterm-types", + dev = true, }, { "akinsho/flutter-tools.nvim",