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

Commit

Permalink
Merge branch 'main' of github.com:NTBBloodbath/doom-nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgmeean committed Sep 21, 2022
2 parents 65c0c6f + df5a4cc commit 827bc5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/doom/core/modules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ modules.load_modules = function()
if not doom.modules[dep_section_name][dep_module_name] then
should_enable_module = false
logger.error(
("Doom module \"%s.%s\" depends on a module that is not enabled \"%s.%s\". Please enable the %s module."):format(
('Doom module "%s.%s" depends on a module that is not enabled "%s.%s". Please enable the %s module.'):format(
section_name,
module_name,
dep_section_name,
Expand Down
2 changes: 1 addition & 1 deletion lua/doom/modules/langs/gdscript/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gdscript.autocmds = {
config = {
flags = {
debounce_text_changes = 150,
}
},
},
})
if doom.features.linter then
Expand Down

0 comments on commit 827bc5e

Please sign in to comment.