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

11 lines
435 B
Lua
Raw Permalink Normal View History

2022-04-13 21:54:22 +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)