mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02: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
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " "
|
||||
vim.g.maplocalleader = "\\"
|
||||
|
||||
local opt = vim.opt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue