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 /utils/installer/lv-config.example.lua | |
parent | e37a511abc1f6d6c6925719427f9890423f007f6 (diff) |
fix formatting according to stylua
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index e186af25..f826dd7e 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -67,7 +67,6 @@ lvim.builtin.treesitter.highlight.enabled = true -- } -- } - -- Autocommands (https://neovim.io/doc/user/autocmd.html) -- lvim.autocommands.custom_groups = { -- { "BufWinEnter", "*.lua", "setlocal ts=8 sw=8" }, |