diff --git a/doom_config.lua b/doom_config.lua index c4c1b11..9f5ebbb 100644 --- a/doom_config.lua +++ b/doom_config.lua @@ -445,4 +445,4 @@ M.config = { return M --- vim: fdm=marker +-- vim: sw=2 sts=2 ts=2 fdm=marker noexpandtab diff --git a/doom_modules.lua b/doom_modules.lua index d0c614f..5541ce9 100644 --- a/doom_modules.lua +++ b/doom_modules.lua @@ -93,3 +93,5 @@ M.modules = { } return M + +-- vim: sw=2 sts=2 ts=2 noexpandtab diff --git a/doom_userplugins.lua b/doom_userplugins.lua index 513e478..075ea8b 100644 --- a/doom_userplugins.lua +++ b/doom_userplugins.lua @@ -16,3 +16,5 @@ M.source = debug.getinfo(1, "S").source:sub(2) M.plugins = {} return M + +-- vim: sw=2 sts=2 ts=2 noexpandtab