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

13 lines
326 B
Lua

--[[
Loads ui and graphical settings
This file only loads others
To have a full display of the configuration structure, see the root init.lua
--]]
require('display.cmd') -- ui settings for the cmd
require('display.editor') -- ui settings for the editor
require('display.graphic') -- general graphic settings