10 lines
231 B
Lua
10 lines
231 B
Lua
--[[
|
|
Loads settings for dashboard-nvim plugin
|
|
|
|
This file only loads others
|
|
|
|
To have a full display of the configuration structure, see the root
|
|
init.lua
|
|
--]]
|
|
|
|
require('plugins.dashboard-nvim.menu') -- loads menu settings
|