Nvim: use space as leader
This commit is contained in:
parent
a3fab5a6bb
commit
322128cc83
2 changed files with 12 additions and 9 deletions
|
@ -63,3 +63,6 @@ cmd 'filetype plugin indent on'
|
|||
|
||||
-- Disable auto commenting
|
||||
o.formatoptions = 'cro'
|
||||
|
||||
-- Set leader
|
||||
g.mapleader = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue