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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,8 @@
-- This file is automatically loaded by plugins.config
vim.g.mapleader = " "
vim.g.maplocalleader = " "
vim.opt.autowrite = true -- enable auto write
vim.opt.clipboard = "unnamedplus" -- sync with system clipboard
vim.opt.cmdheight = 1