Use spacebar as nvim’s leader key
parent
cdb7bb5b1b
commit
5200f96d57
|
@ -26,6 +26,8 @@ vim.opt.shiftwidth = 4
|
||||||
-- Display invisible characters (tabs, trailing whitespace, etc.).
|
-- Display invisible characters (tabs, trailing whitespace, etc.).
|
||||||
vim.opt.list = true
|
vim.opt.list = true
|
||||||
|
|
||||||
|
vim.g.mapleader = " "
|
||||||
|
|
||||||
-- ----------------------------------
|
-- ----------------------------------
|
||||||
-- Filetype configurations
|
-- Filetype configurations
|
||||||
-- ----------------------------------
|
-- ----------------------------------
|
||||||
|
|
Loading…
Reference in New Issue