Use spacebar as nvim’s leader key

main
Jasper Bok 2022-11-18 17:05:32 +01:00
parent cdb7bb5b1b
commit 5200f96d57
1 changed files with 2 additions and 0 deletions

View File

@ -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
-- ---------------------------------- -- ----------------------------------