fix(neovim): switch localleader to \
Previous `,` conflicted with telescope live grep.
This commit is contained in:
parent
cc2020c740
commit
73ef1820a8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue