start restructering of lazy

This commit is contained in:
2022-12-28 13:52:17 +01:00
parent 5dd99d7085
commit fd16ef223a
11 changed files with 352 additions and 631 deletions

View File

@ -1,7 +1,7 @@
vim.g.mapleader = ','
if not vim.g.vscode then
require('my_lazy')
require('config.lazy')
require('my_keymappings')
require('my_options')
require('my_autocommands')
require('config.options')
end