1
0
Fork 0
dotfiles/dot_config/nvim/init.lua

11 lines
No EOL
435 B
Lua

-------------------- HELPERS -------------------------------
local helpers = require('helpers')
-------------------- OPTIONS -------------------------------
helpers.call_with_helpers(require('options').init)
-------------------- PLUGINS -------------------------------
helpers.call_with_helpers(require('plugins').init)
-------------------- MAPPINGS ------------------------------
helpers.call_with_helpers(require('mappings').init)