refactor: automatically load keymaps, autocmds and options

This commit is contained in:
Folke Lemaitre
2023-01-03 23:51:57 +01:00
parent d224aea4a4
commit a15f44eb89
6 changed files with 40 additions and 16 deletions

View File

@ -1,4 +1,4 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
require("lazyvim").setup()
require("lazyvim.config.lazy")