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()