Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix(core): small typo core/init.lua (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews authored Jun 22, 2022
1 parent 744ece6 commit fa25e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/doom/core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for i = 1, #core_modules, 1 do
if core_modules[i] == "settings" then
-- Neovim configurations, e.g. shiftwidth
require("doom.core.settings").load_default_options()
-- User-defined settings (global variables, mappings, ect)
-- User-defined settings (global variables, mappings, etc)
require("doom.core.settings").custom_options()
-- Doom Nvim custom commands
require("doom.core.settings").doom_commands()
Expand Down

0 comments on commit fa25e1d

Please sign in to comment.