From 7b02c4cd6c2bf4d217443750767aa205867f42c2 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 22 Dec 2025 17:19:23 +0000 Subject: [PATCH] Added import logic for `lang` --- lua/plugins/imports.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/plugins/imports.lua diff --git a/lua/plugins/imports.lua b/lua/plugins/imports.lua new file mode 100644 index 0000000..b54ef28 --- /dev/null +++ b/lua/plugins/imports.lua @@ -0,0 +1,3 @@ +return { + { import = "plugins.lang" }, +}