From f9878c10d4be2be5e3fda43260e2e15060f4c030 Mon Sep 17 00:00:00 2001 From: Sean Villars Date: Wed, 5 Jun 2024 09:38:26 -0500 Subject: [PATCH] Add openingh plugin --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index b25ecb7b..8d7443ba 100644 --- a/init.lua +++ b/init.lua @@ -240,6 +240,8 @@ require('lazy').setup({ end, }, + { 'almo7aya/openingh.nvim' }, + -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following -- keys can be used to configure plugin behavior/loading/etc.