From 643add9f19f8467d80c28038b95cc5d5d7300a3e Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Fri, 21 Mar 2025 21:40:58 +0200 Subject: [PATCH] refactor(plugin): i just dont need it --- plugin/gopher.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugin/gopher.lua b/plugin/gopher.lua index ec05e86..1e9eb99 100644 --- a/plugin/gopher.lua +++ b/plugin/gopher.lua @@ -1,8 +1,3 @@ -if vim.g.gopher_loaded == 1 then - return -end -vim.g.gopher_loaded = 1 - --- NOTE: runs in defer since this file before gopher.config --- I'm not sure if this is the best to do this vim.schedule(function()