Rename base.lua to options.lua

This commit is contained in:
ItsDrike 2021-12-06 13:50:41 +01:00
parent a4ad2c7026
commit b06ced95b8
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ end
-- Require additional scripts which contain individual configurations
require "base"
require "options"
require "theme"
require "mappings"
require "abbreviations"