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

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

No files matched your search

+3
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