LazyVim.LazyVim/init.lua

5 lines
77 B
Lua
Raw Normal View History

vim.g.mapleader = " "
vim.g.maplocalleader = " "
require("lazyvim").setup()