mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-30 15:44:50 +02:00
refactor: move mapleader to options. no longer needed to be set in init
This commit is contained in:
parent
259c3a6612
commit
25e9c339de
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue