1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/bundle/format.nvim/README.md
2024-04-16 15:25:54 +08:00

245 B

format.nvim

Asynchronous code formatting plugin based on SpaceVim job api.

Configuration

require('format').setup({
  custom_formatters = {
    lua = {
      exe = 'stylua',
      args = {'-'},
      stdin = true
    },
  }
})