make sure to set the leader in the beginning

This commit is contained in:
Oliver Hartmann 2022-09-19 10:49:04 +02:00
parent a85b634110
commit 0115553f37
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
vim.g.mapleader = ','
require('my_plugins')
require('my_keymappings')
require('my_options')

View File

@ -1,4 +1,3 @@
vim.g.mapleader = ','
local opts = { noremap = true, silent = true }
vim.keymap.set('n', '<space>', 'nil', opts)