refactor: move mapleader to options. no longer needed to be set in init

This commit is contained in:
Folke Lemaitre
2023-01-04 07:56:26 +01:00
parent 259c3a6612
commit 25e9c339de
2 changed files with 3 additions and 3 deletions

View File

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