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

Commit fa25e1d

Browse files
authored
fix(core): small typo core/init.lua (#347)
1 parent 744ece6 commit fa25e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/doom/core/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for i = 1, #core_modules, 1 do
1313
if core_modules[i] == "settings" then
1414
-- Neovim configurations, e.g. shiftwidth
1515
require("doom.core.settings").load_default_options()
16-
-- User-defined settings (global variables, mappings, ect)
16+
-- User-defined settings (global variables, mappings, etc)
1717
require("doom.core.settings").custom_options()
1818
-- Doom Nvim custom commands
1919
require("doom.core.settings").doom_commands()

0 commit comments

Comments
 (0)