Dot_Files/.config/nvim/lua/main.lua

7 lines
233 B
Lua
Raw Normal View History

2022-01-10 09:55:15 -06:00
-- All modules/dirs that are going to be loaded
-- SHOULD have a init.lua file associated with them.
-- init.lua is responsible for loading all configuration
-- related to that directory.
require("core.init")
require("plugins.init")