Dot_Files/.config/nvim/lua/plugins/postload.lua
Price Hiller 1b9aab9e7f .
2022-05-19 16:48:31 -05:00

5 lines
123 B
Lua
Executable File

-- Anything that needs to be loaded LAST
-- needs to required here
require('plugins.mappings')
require('plugins.autocmds')