mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
refactor: more configurable format-on-save (#1937)
This commit is contained in:
parent
888b1fee21
commit
b0a9ee720a
6 changed files with 66 additions and 30 deletions
|
@ -16,6 +16,7 @@ M.defaults = {
|
|||
[[ command! LvimUpdate lua require('lvim.bootstrap').update() ]],
|
||||
[[ command! LvimSyncCorePlugins lua require('lvim.plugin-loader'):sync_core_plugins() ]],
|
||||
[[ command! LvimReload lua require('lvim.config'):reload() ]],
|
||||
[[ command! LvimToggleFormatOnSave lua require('lvim.core.autocmds').toggle_format_on_save() ]],
|
||||
}
|
||||
|
||||
M.load = function(commands)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue