Nvim: use space as leader

This commit is contained in:
Marko Korhonen 2022-08-23 22:18:57 +03:00
parent bce2d6d6b1
commit 221aa4b42e
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
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 = " "