feat(options)!: set default localleader to \

This commit is contained in:
Folke Lemaitre committed 2023-07-20 09:20:24 +02:00
1 parent 4d0427e131
commit 258f339bcf
1 file changed
+1 -1
+1 -1
View File
@@ -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