yuchanns / phpfmt.nvim

PHP (phpcbf) auto format plugin for nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpfmt.nvim

PHP (phpcbf) auto format plugin for nvim. Inspired from vim-phpfmt.

Installation

  • Neovim >= 0.7.0
  • phpcbf
use "yuchanns/phpfmt.nvim"

Usage

Configuration

require("phpfmt").setup({
  -- Default configs
  cmd = "phpcbf",
  standard = "PSR12"
  auto_format = false,
})

Manual Format

-- using lua function
: lua require("phpfmt").formatting()

Contributing

Bug reports and feature requests are welcome! Feel free to make PRs!

About

PHP (phpcbf) auto format plugin for nvim

License:MIT License


Languages

Language:Lua 100.0%