refactor: move mapleader to options. no longer needed to be set in init
This commit is contained in:
3
init.lua
3
init.lua
@ -1,4 +1 @@
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " "
|
||||
|
||||
require("lazyvim.config.lazy")
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user