mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:30:04 +08:00
.. | ||
lua | ||
plugin | ||
README.md |
format.nvim
Asynchronous code formatting plugin based on SpaceVim job api.
Configuration
require('format').setup({
custom_formatters = {
lua = {
exe = 'stylua',
args = {'-'},
stdin = true
},
}
})