10 lines
235 B
Lua
10 lines
235 B
Lua
--[[
|
|
Loads settings for vim-easy-align plugin
|
|
|
|
This file only loads others
|
|
|
|
To have a full display of the configuration structure, see the root
|
|
init.lua
|
|
--]]
|
|
|
|
require('plugins.vim-easy-align.mapping') -- key mapping settings
|