Update lua/neogen/init.lua

Co-authored-by: Daniel Mathiot <d.danymat@gmail.com>
This commit is contained in:
Axel Dahlberg
2022-01-30 15:02:23 +01:00
committed by GitHub
parent b3b963999f
commit 10c39fe98b

View File

@@ -59,6 +59,7 @@ neogen.setup = function(opts)
-- Export module -- Export module
_G.neogen = neogen _G.neogen = neogen
-- Force configuring current language again when doing `setup` call.
helpers.switch_language() helpers.switch_language()
end end