15 lines
352 B
Lua
15 lines
352 B
Lua
--[[
|
|
Loads settings not in others category
|
|
|
|
This file only loads others
|
|
|
|
To have a full display of the configuration structure, see the root init.lua
|
|
--]]
|
|
|
|
require('general.cmd') -- cmd settings
|
|
|
|
require('general.editor') -- editor settings
|
|
|
|
require('general.indent') -- tab and indent settings
|
|
|
|
require('general.lang') -- lang settings
|