dotfiles/private_dot_config/nvim/lua/mapping/init.lua
2023-07-27 22:39:59 +02:00

14 lines
358 B
Lua

--[[
Loads key mapping settings
This file only loads others
To have a full display of the configuration structure, see the root init.lua
--]]
require('mapping.mapleader') -- define mapleader key
require('mapping.movement') -- movement linked mapping
require('mapping.maintenance') -- maintenance and configuration change linked
-- mapping