feat(options)!: set default localleader to \

This commit is contained in:
Folke Lemaitre 2023-07-20 09:20:21 +02:00
parent 4d0427e131
commit 258f339bcf
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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