1
0
Fork 0
linux-conf/configs/nvim/init.lua
2021-06-23 22:51:18 +02:00

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)