mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-23 21:11:05 +00:00
feat(options)!: set default localleader to \
This commit is contained in:
parent
4d0427e131
commit
258f339bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
-- This file is automatically loaded by plugins.core
|
-- This file is automatically loaded by plugins.core
|
||||||
vim.g.mapleader = " "
|
vim.g.mapleader = " "
|
||||||
vim.g.maplocalleader = " "
|
vim.g.maplocalleader = "\\"
|
||||||
|
|
||||||
local opt = vim.opt
|
local opt = vim.opt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue