Nvim: use space as leader

This commit is contained in:
Marko Korhonen 2022-08-23 22:18:57 +03:00
parent a3fab5a6bb
commit 322128cc83
2 changed files with 12 additions and 9 deletions

View file

@ -63,3 +63,6 @@ cmd 'filetype plugin indent on'
-- Disable auto commenting
o.formatoptions = 'cro'
-- Set leader
g.mapleader = " "