mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-19 18:24:26 +02:00
refactor: automatically load keymaps, autocmds and options
This commit is contained in:
parent
d224aea4a4
commit
a15f44eb89
6 changed files with 40 additions and 16 deletions
2
init.lua
2
init.lua
|
@ -1,4 +1,4 @@
|
|||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " "
|
||||
|
||||
require("lazyvim").setup()
|
||||
require("lazyvim.config.lazy")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue