chore(nvim): set leader key using official guide

main
sudo pacman -Syu 2023-09-24 16:15:36 +07:00
parent 51eabdcee8
commit 45470845e6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ vim.cmd("command Wq wq")
vim.cmd("command Qa qa")
-- Leader
vim.keymap.set("n", ";", "<Leader>", { remap = true })
vim.g.mapleader = ";"
vim.keymap.set("n", "'", "<Leader>", { remap = true })
-- Keymap