From e1e32cf52c6200a1e37f026ff3e5b124519a72b2 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sat, 24 Dec 2022 15:05:56 +0100 Subject: [PATCH] use lazy --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 496a039..2bf6d5a 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ vim.g.mapleader = ',' if not vim.g.vscode then - require('my_plugins') + require('my_lazy') require('my_keymappings') require('my_options') require('my_autocommands')