diff options
author | max397574 <[email protected]> | 2021-11-06 16:13:56 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-06 16:13:56 +0100 |
commit | f64f8190d3f1a692e39bd19087fc032728fbefe0 (patch) | |
tree | 7bc17cc63259884960fb0be78e0e0ebf0be5700f /after | |
parent | c01f4bbee1fa5581d84f09f840ccd0ba57056397 (diff) |
refactor(all): 🔄stylua
Diffstat (limited to 'after')
-rw-r--r-- | after/plugin/startup.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/after/plugin/startup.lua b/after/plugin/startup.lua index 82e1f0d..030b23b 100644 --- a/after/plugin/startup.lua +++ b/after/plugin/startup.lua @@ -1,5 +1,5 @@ vim.defer_fn(function() if vim.bo.ft == "startup" then - require"startup.utils".set_buf_options() + require("startup.utils").set_buf_options() end -end,1) +end, 1) |