1
0
Fork 0
linux-conf/configs/nvim/init.lua

11 lines
435 B
Lua
Raw Normal View History

2021-06-23 22:51:18 +02:00
-------------------- 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)