fix(neovim): switch localleader to \
Previous `,` conflicted with telescope live grep.
This commit is contained in:
parent
cc2020c740
commit
73ef1820a8
|
@ -13,7 +13,7 @@ vim.opt.timeoutlen = 500
|
|||
vim.opt.updatetime = 500
|
||||
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = ","
|
||||
vim.g.maplocalleader = "\\"
|
||||
vim.g.camelcasemotion_key = "<leader>"
|
||||
|
||||
vim.opt.relativenumber = true
|
||||
|
|
Loading…
Reference in a new issue