Start with theme

This commit is contained in:
Fabian Schmidt
2021-02-24 18:33:43 +01:00
commit 8e7a8e3680
5 changed files with 71 additions and 0 deletions

6
init.lua Normal file
View File

@@ -0,0 +1,6 @@
-- init.lua
require('lua/plugins')
require('lua/settings')
require('lua/maps')
require('lua/utils')