A coc.nvim extension providing Laravel Blade template formatting using blade-formatter (v0.5.3). This project is archived and no longer maintained; users should migrate to the successor coc-blade. It formats .blade.php files with configurable indent size, wrap line length, and wrap attributes. Requires the filetype to be set to 'blade' and coc.nvim >= 0.0.80. The extension can format via CocAction('format') or the :CocCommand bladeFormatter.run.
npm install coc-blade-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation via vim-plug, filetype setup, and usage of the format command.
Uninstall coc-blade-formatter and install coc-blade (see GitHub).
Add 'au BufNewFile,BufRead *.blade.php set filetype=blade' to vimrc.
Update coc.nvim to >= 0.0.80.
Set filetype to blade and ensure bladeFormatter.enable is true in coc-settings.json.
Install the extension via :CocInstall coc-blade-formatter and restart Neovim.
Leave bladeFormatter.path empty to use the built-in blade-formatter, or provide a valid absolute path.