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

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