mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-14 02:35:41 +08:00
format.nvim
Asynchronous code formatting plugin based on SpaceVim job api.
Configuration
require('format').setup({
custom_formatters = {
lua = {
exe = 'stylua',
args = {'-'},
stdin = true
},
}
})