Migrate to lua
This commit is contained in:
parent
52e2648a79
commit
222f2c316b
15 changed files with 291 additions and 321 deletions
11
configs/nvim/init.lua
Normal file
11
configs/nvim/init.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
-------------------- 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)
|
Loading…
Add table
Add a link
Reference in a new issue