diff options
author | abzcoding <[email protected]> | 2021-07-25 16:27:48 +0430 |
---|---|---|
committer | abzcoding <[email protected]> | 2021-07-25 16:27:48 +0430 |
commit | 739784e43cdec5a69585b9845fccd27981819ade (patch) | |
tree | 60f1df494e26eecd432ed110f09d340b8fc659d2 /init.lua | |
parent | e37a511abc1f6d6c6925719427f9890423f007f6 (diff) |
fix formatting according to stylua
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ if not status_ok then print "something is wrong with your lv-config" print(error) end -require('core.autocmds').define_augroups(lvim.autocommands) +require("core.autocmds").define_augroups(lvim.autocommands) require "keymappings" |